Struggling to String together the correct COUNTIFS
Hello There Community
I need help with stringing variables together
I am using the following formula: =COUNTIFS({GDS}, "Sabre", {Status}, "Open", {Airline}, (CONTAINS ("AA", (OR ("ALL")))))
Everything works up until {Airline} which is the sheet reference
Essentially I want to return the count if the cell contains either AA or ALL or Both
Currently getting unparseable.
Help is greatly appreciated.
Thanks
Garry
Answers
-
Try this instead:
=COUNTIFS({GDS}, "Sabre", {Status}, "Open", {Airline}, OR(CONTAINS ("AA", @cell), CONTAINS("ALL", @cell)))
-
Copied and pasted - =COUNTIFS({GDS}, "Sabre", {Status}, "Open", {Airline}, OR(CONTAINS ("AA", @cell), CONTAINS("ALL", @cell)))
Cell still comes back Unparseable 😫
-
Have managed to fix it
=COUNTIFS({GDS}, "Sabre", {Status}, "Open", {Airline}, OR(@cell = "AA", @cell = "ALL"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!