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
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 429 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!