SUMIF using or & and & contains
I am needing to sum the Estimated Budget for everything that has a Status of "Proposal with Client" or "Sales Order with Client for Signature" AND if the Session-Service column contains "Assessment" or "Test".
Answers
-
You are going to want something like this...
=COUNTIFS(Status:Status, OR(@cell = "Proposal with Client", @cell = "Sales Order with Client for Signature"), [Session-Service]:[Session-Service], OR(@cell = "Assessment", @cell = "Test"))
-
Thank you, but I need it to sum the Estimated Budget column if the Status is "Proposal with Client" or "Sales Order with Client for Signature" AND if the Session-Service column contains either "Assessment" or "Test". Here is what I have but it isn't working.
=SUMIFS([Estimated Budget]:[Estimated Budget], Status:Status, OR(@cell = "proposal with client", @cell = "sales order with client for signature"), AND([Session-Service]:[Session-Service], OR(@cell="assessment", @cell="test")))
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
Check out the Formula Handbook template!