Hello...
I have a CountA formula, see below...
=COUNTA('0 Data Summary'!B10:B108)
I have a macro that creates a new client data row in row 10, and all other client data shifts down by 1. It works fine.
Now, I have some formulas on Report tab that pulls this data using similar formulas like the above.
But, when a new row is inserted in row 10 for a new client add, the formula changes to the below:
=COUNTA('0 Data Summary'!B11:B109)
I want it to keep the B10, and not change to B11. The change to 109 is fine because I want it to remain within the range.
I tried putting in the dollar signs but it didn't work.
Thoughts?
I have a CountA formula, see below...
=COUNTA('0 Data Summary'!B10:B108)
I have a macro that creates a new client data row in row 10, and all other client data shifts down by 1. It works fine.
Now, I have some formulas on Report tab that pulls this data using similar formulas like the above.
But, when a new row is inserted in row 10 for a new client add, the formula changes to the below:
=COUNTA('0 Data Summary'!B11:B109)
I want it to keep the B10, and not change to B11. The change to 109 is fine because I want it to remain within the range.
I tried putting in the dollar signs but it didn't work.
Thoughts?