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
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!