SUMIFS with OR Function
Kerri
✭✭
I'm trying to sum a column if the value in another column is one of two options.
Sum CMMachines if Status = Complete or Partially Complete
This is what I have and isn't working:
=SUMIFS([CM Machines]:[CM Machines], (Status:Status, "Complete", Status:Status, "Partially Complete"))
Answers
-
Hi @Kerri,
I would recommend something like:
- =SUMIF([CM Machines]:[CM Machines], Status:Status, "Complete")+SUMIF([CM Machines]:[CM Machines], Status:Status, "Partially Complete")
Hope this helps!
Best,
Zach Hall
Training Delivery Manager / Charter Communications
-
You could try a sum of your two conditions.
=SUM(SUMIF(Status:Status, "Complete", [CM Machine]:[CM Machine]), SUMIF(Status:Status, "Partially Complete", [CM Machine]:[CM Machine]))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 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!