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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!