Hello,
I’ve starting using SUMOFFSET as follows to capture whole ranges as I'm getting tired of always updating sum ranges whenever I add a row to the bottom of a calculation.
=SUM($M$10:OFFSET($M$19,-1,0))
Within the function I use the cell for the total is as the base of the formula, but this seems to create a circular reference error in Excel even though it’s perfectly fine.
The supervisor that reviews my work isn’t very sophisticated with Excel & keeps getting confused about the circular reference.
Is there a way to write the formula to not have the error?