Hi,
I've got $ figures in range I14:T20, and each respective column has a subtotal formula
The user can run a macro to insert a line at the bottom of the data which will then be populated with $ figures. My question is, when the row is inserted, how can I update the subtotal formulas to now include the new row? In this case it would be row 21.
Thanks for your time.
I've got $ figures in range I14:T20, and each respective column has a subtotal formula
Code:
=SUBTOTAL(9,I14:I20), =SUBTOTAL(9,J14:J20), etc
The user can run a macro to insert a line at the bottom of the data which will then be populated with $ figures. My question is, when the row is inserted, how can I update the subtotal formulas to now include the new row? In this case it would be row 21.
Thanks for your time.