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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!