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.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!