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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!