Sum Entire Column Starting at Row 4
I want to insert a Sum formula into Row 3 that will Sum all the rows in the column beginning at row 4 and continuing to sum any new rows that are added to the column. It seems like it should simply be
=SUM([ColumnA]4:[ColumnA])
but this gets an #Unparseable error.
How might I create a Sum excludes everything above Row 4 but includes everything below Row4?
Thanks
Jennie
Answers
-
hi @Jennie Hoffmann,
so when you choose a range for any formula you can choose specific rows or you choose entire column.
so instead of =SUM([ColumnA]4:[ColumnA])
you shall have something like =SUM([ColumnA]4:[ColumnA]20) - it's limited for rows from 4 to 20
or you can have =SUM([ColumnA]:[ColumnA]) so it takes entire column as a range and you can make those calculations in Sheet Summary.
Btw as ColumnA is only one word you do not need [] brackets those are only if you have name of the column as two words like Column A.
Hope this helps.
Experienced IT PM and the Real Smartsheet Enthusiast.
Is there anything else we can help you with? - book your time.
MASA Consult - Your Aligned Smartsheet Gold Partner
Find us on LinkedIn & Check our Smartsheet Solutions!
Tag my name: @kowal if you want me to respond :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!