i have an excel sheet that is separated by multiple page breaks - for each change in column C (column C represents specific ProjecID).
Each line of the table contains certain amount that has been spent. This amount is stored in column Q. (Note - for each project there can be multiple rows - amounts in column Q).
Depending if the subtotal amount (column Q) per project (column C) is <0 or >0, different operations should be performed within that range.
Question - How to loop through these ranges (between two page breaks) in order to check subtotal amount and perform appropriate operations on rows within each range?
Thank you in advance