Sum column from form submissions
I have users inputting data using a form. The data comes into my sheet at the top. At the bottom of my sheet I have a cell that is summing the numbers in a column called "Sales Amount". Each time a new record is added at the top however the formula summing the "Sales Amount" is not being included.
My formula is =sum(salesamount$1:salesamount20)
If I add a record from a form the formula is changing to =sum(salesamount$2:salesamount21
What formula should I use so that the 1st record is included into the calculation at the bottom each time a new form is submitted?
Comments
-
=sum(salesamount:salesamount) should do the trick, to check every amount in the column.
You just have to make sure your formula is not in the same column or you will get a circular reference error.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!