COUNTIFS Blank & Not Blank
Hello,
Formula shouldn't be too difficult, but I'm having some issues. What is the syntax for a function that counts is a cell is blank within certain criteria. Here was my attempt, but it was not working. Will also need the notblank version.
=COUNTIFS({Domain}, [Primary Column]@row, {Metric}, ISBLANK({Metric}))
Thank you!
Answers
-
Try this:
=COUNTIFS({Domain}, @cell = [Primary Column]@row, {Metrics}, @cell = "")
=COUNTIFS({Domain}, @cell = [Primary Column]@row, {Metrics}, @cell <> "")
-
Hey Paul,
Thank you for the reply here is what my fx & spreadsheet looks like. This is giving me an "#Invalid REF". Generally I'd think this wouldn't be too difficult, but I'm less familiar with the @cells.
-
Double check that your cross sheet references are created correctly and they they are the same size/shape (for example both need to be entire columns or entire rows).
-
This worked, thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!