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
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!