Countifs and Multiselct Cells
Is it possible to use a Countifs function with multiselect columns? I have a column for Geographic Market where the options are BOS, SF, SD. It seems my formula is only counting the instances where "BOS" occurs by itself not when it occurs in the same cell as "SF" or "SD".
=COUNTIF(Market:Market, "BOS")
What do I need to add to the formula to count instances of BOS that occur in the same cell as another multi select value
Answers
-
Try this...
=COUNTIFS(Market:Market, HAS(@cell, "BOS"))
-
@Paul Newcome thank you I literally just remembered the HAS function. Worked like a charm
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!