COUNTIFS criteria for "anything" in cross-sheet formula.
I've created a complicated cross-sheet formula that is supposed to the number of times the criteria "Mentioned" is found in Range 6 with an "any" criteria for Range 5 so that no matter what is in Range 5, if "Mentioned" is in Range 5, it will count it.
This is what I tried:
=COUNTIFS({Media Tracking Range 5}, {Media Tracking Range 6}, "Mentioned")
But it came back unparseable. So I tried this:
=COUNTIFS({Media Tracking Range 5}, [$Column$1], {Media Tracking Range 6}, "Mentioned")
Also unparseable. Is there a different "anything" variable?
Answers
-
So Range 5 is not blank and range 6 is "Mentioned"? If so, try this...
=COUNTIFS({Media Tracking Range 5}, @cell <> "", {Media Tracking Range 6}, "Mentioned")
-
Hi Paul, thank you. Yes, that is correct! That worked beautifully, thank you so much!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!