Sum of Column with Multiple Criteria
Help! For some reason I'm getting a "0" as an answer... so I must be doing something wrong.
I am trying to sum column "# of Lives" based on multiple criteria - 2 versions:
1) Sum of # of Lives, when Partner = Bob, and Date = 11/1/2022
2) Sum of # of Lives, when Partner = Bob, and Date = 11/1/2022, and Status = Processing
Here are my formulas - let me know what I'm doing wrong!
1) =SUMIFS({# of Lives},{Partner},"Bob",{Date},DATE(22, 11, 1))
2) =SUMIFS({# of Lives},{Partner},"Bob",{Date},DATE(22, 11, 1),{Status},"Processing")
Best Answer
-
=SUMIFS({# of Lives},{Partner},"Bob",{Date},DATE(2022, 11, 1))
Answers
-
=SUMIFS({# of Lives},{Partner},"Bob",{Date},DATE(2022, 11, 1))
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.5K Get Help
- 433 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!