Countif Blanks with an OR function
Hey!
I am trying to build out my metrics sheet, with a long Countifs formula with multiple criteria. One of the criteria I need is: Count the number of cells in a range if either of a date column is Blank. I keep getting the #INVALID DATA TYPE Error. My formula looks something like:
=OR(COUNTIF({Date Range 1}, ISBLANK(@cell)), COUNTIF({Date Range 2}, ISBLANK(@cell)))
Can someone please help?
Answers
-
Just a thought, have you tried using "" instead of ISBLANK?
For Example:
=OR(COUNTIF({Date Range 1}, ""), COUNTIF({Date Range 2}, ""))
If you Data Ranges are columns you should get a value returned if the cell is empty. If that doesn't work try adding in the @cell pieces.
Let me know if you have any luck!
I use this formula to track my User Acceptance Testers work statuses and it works for me.
=COUNTIFS({Request - UAT Assigned}, ="Teji XXXXX", {Request - Rally Status}, ="")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!