SUMIFS with Multi-Select Criteria
Trying to correct my SUMIFS formula include two criteria from a multi-select column. I'm currently getting UNPARSABLE every time try OR, AND, or HAS.
Here's what I have so far with my current criteria, I just need to add an additional option for "CXL - COVID19" in addition to "Approved":
=SUMIFS({FY Amount}, {FY}, FY 20 , {FY Contracts, CEAs, & Sponsorships Range 4}, "Sponsorship", {Approved}, "Approved")
Any help is greatly appreciated!
Best Answer
-
Apologies. You also need quotes around "FY 20". I noticed it but forgot to add them when I redid the formula.
=SUMIFS({FY Amount}, {FY}, "FY 20" , {FY Contracts, CEAs, & Sponsorships Range 4}, "Sponsorship", {Approved}, OR(CONTAINS("Approved", @cell), CONTAINS("CXL - COVID19", @cell)))
Answers
-
Try something like this...
=SUMIFS({FY Amount}, {FY}, FY 20 , {FY Contracts, CEAs, & Sponsorships Range 4}, "Sponsorship", {Approved}, OR(CONTAINS("Approved", @cell), CONTAINS("CXL - COVID19", @cell)))
-
Hey, thanks for quick reply!
It's still coming up as unparseable though
-
Apologies. You also need quotes around "FY 20". I noticed it but forgot to add them when I redid the formula.
=SUMIFS({FY Amount}, {FY}, "FY 20" , {FY Contracts, CEAs, & Sponsorships Range 4}, "Sponsorship", {Approved}, OR(CONTAINS("Approved", @cell), CONTAINS("CXL - COVID19", @cell)))
-
That worked! Thanks so much!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.8K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!