Formula for sum all
Hello,
I need a formula that will SUM ALL in these 2 columns if the month is January. So in the example below the total in all the rows should be $2,009 (red column).
Answers
-
You can use formatting very similar to Excel:
=SUM([Jan 23 Estimate]@row,[Jan 23 Spent to Date]@row)
That should give you the desired result by cell.
You can also just dig through their mathematical functions in the drop down here:
-
@GabyC If you're looking for the sum total of all cells in those two column where the Month = January, you can use the SUMIFS function.
=SUMIFS([Jan 23 Estimate]:[Jan 23 Estimate], Month:Month, "January") + SUMIFS([Jan 23 Spent to Date]:[Jan 23 Spent to Date], Month:Month, "January")
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!