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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!