COUNTIFS with criteria from 2 columns and 'not blank'
Hi community
I'm trying to code to get a number of entries that meet criteria from 2 columsn, with one being a specific wording and the other being not blank.
I'm using this formula:
=COUNTIFS(Region:Region, "Perth/South West/Wheatbelt"), [Dietary Requirements]:[Dietary Requirements], NOT(ISBLANK(@cell)))
And it is returning unparseable. I can split the parts and use each side of the function independently with success, but can't seem to combine. Pls help :)
Answers
-
You have a parenthesis closing the COUNTIFS after Wheatbelt (probably left over from when you split the formula up). Try removing it.
=COUNTIFS(Region:Region, "Perth/South West/Wheatbelt", [Dietary Requirements]:[Dietary Requirements], NOT(ISBLANK(@cell)))
-
Thank you for the ❤️
If you can, please mark the question as answered so others know you’re problem is solved.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!