CONTAINS with several criteria
We are trying to calculate several criteria and pull into our metrics
My problem is when i am looking for Airline, the Airline range has several criteria in 1 cell, how do i look for CONTAINS? I tried different ways to calculate it but i keep getting errors
=COUNTIFS({Amadeus: TC Known Issues & Limitations Mas Range 2}, @cell = Airline@row, {A: TC Known Issues & Limitations Mas Range 3}, HAS(@cell, "NDC"), {A: TC Known Issues & Limitations Mas Range 4}, HAS(@cell, "Limitation"), {A: TC Known Issues & Limitations Mas Range 6}, HAS(@cell, "English"), {A: TC Known Issues & Limitations Mas Range 1}, MONTH(@cell) = 7, {A: TC Known Issues & Limitations Mas Range 1}, YEAR(@cell) = 2024)
Cayla Davis | Technology Strategy and Optimization Manager
Halifax, Nova Scotia, Canada
Best Answer
-
If it is a multi-select dropdown, you need the HAS function.
HAS(@cell, Airline@row)
Answers
-
If it is a multi-select dropdown, you need the HAS function.
HAS(@cell, Airline@row)
-
Thank you Paul!!! Appreciate the tip!
Cayla Davis | Technology Strategy and Optimization Manager
Halifax, Nova Scotia, Canada
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.3K Get Help
- 463 Global Discussions
- 156 Industry Talk
- 508 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!