moving targets with SUM()
You set up an Excel spreadsheet for someone else to use and then they add some rows to the data and the SUM() function no longer work! Sound familiar?
Try this tip.
Set a name called cell_above or similar title. With this name we will create a relative reference to the cell above. In my example, I start in cell B11 and create a range called cell_above with the Refers to: =Sheet1!B10 Notice that the reference is relative, that is there are no $ signs in the reference. Normally range names will have absolute references.

Now I can write my sum formula like this =SUM(B5:cell_above). If rows are inserted above Row 11 the sum formula still work. Try it for yourself. Download cell above example and have a play.





