CountIF Not Working From Referenced Sheet
I am attempting to do a count of all issues that contain a certain text from a different smartsheet, and the formula is not pulling the correct count in.
My formula: =COUNTIF({C&IP Integrated Marketing Plan Range 1}, "C&IP - Corporate Growth - Organic Growth")
My result: returns 0
Expected result: should return at least 5 values
I'm totally lost here ... what's am I doing wrong?
Answers
-
Hi @Ellie
It looks like the text you have in your formula uses a different length of dash than the text in your multi-select drop-down. See that in the dropdown there's a longer dash between "Growth — Organic" versus in your formula: "Growth - Organic"
I would recommend opening up the Column Properties and copying the exact text for that value for your formula. This will ensure the dashes are the same length!
You may also want to put the criteria in a HAS function, to identify it's ONE option in a Multi-Select column. This will look for the option even if it's selected among other choices, does that make sense?
=COUNTIF({C&IP Integrated Marketing Plan Range 1}, HAS(@cell, "C&IP - Corporate Growth — Organic Growth"))
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!