Forum Discussion
Putting totals at top of column - inconsistent formulas
Riny_van_Eekelen Thanks for your response. I tried doing that but it doesn't help. The totals are on line 8, line 9 is blank, and the entries start on line 10. So every time I make a new entry I put the cursor on line 10, right click, click on Insert Line, add the new entry. This changes the formulas and creates the problem. I'm not an expert at Excel, am I missing something? Thanks, Ken
Ken1122 How does your SUM formula look like?
It should be like =SUM(A9:A100). Inserting cells A10 and A11, for instance, would change it to =SUM(A9:A102)
If not, please upload your file so that I can check it.
- Ken1122Jun 07, 2020Copper Contributor
Riny_van_Eekelen It is not working the way you described. I'd rather not post the file as it contains personal data. Thanks.
- Riny_van_EekelenJun 07, 2020Platinum Contributor
Ken1122 You can't sum the entire column and have the SUM in it, as it will result in a circular reference. But you can try an indexed sum range like in the attached example. Not very straight-forward but I believe it works how you would need it to.