SUMIFS formula syntax
Hi, I believe I'm needing help with the syntax for the SUMIFS formula. See the below photo with example data:
I am wanting to total the revenue generated for each department (category) and sub department (topic) only if the status is labeled "Won" - which the above screenshot would not be included in the total.
The "Topic" column is multi-select. I want to total it if HVAC is listed - even if there are other things listed as well.
What's wrong with my formula?
=SUMIFS(Revenue:Revenue, Category:Category = "Service", HVAC:HVAC = 1, Status:Status = "Won")
Thanks!
Best Answer
-
Try;
=SUMIFS(Revenue:Revenue, Category:Category, "Service", Topic:Topic, CONTAINS("HVAC", @cell), Status:Status, "Won")
Answers
-
Try;
=SUMIFS(Revenue:Revenue, Category:Category, "Service", Topic:Topic, CONTAINS("HVAC", @cell), Status:Status, "Won")
-
That worked! Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.4K Get Help
- 464 Global Discussions
- 156 Industry Talk
- 509 Announcements
- 5.4K Ideas & Feature Requests
- 86 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 518 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!