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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!