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.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!