Countifs with checkbox, blank date

Hello,
I am trying to use the countifs to count a reference sheet when a checkbox is checked and a date is blank.
I know the first part is "=COUNTIFS({referenced sheet checkbox}, 1," I'm just not sure what to use for the second portion.
I think the closest is:
=COUNTIFS({reference sheet checkbox}, 1, AND({referenced sheet date}, ISBLANK(@cell)))
The error message with this one is INVALID DATA TYPE.
Any suggestions?
Best Answer
-
Try this...
=COUNTIFS({reference sheet checkbox}, 1, {referenced sheet date}, @cell = "")
Answers
-
Try this...
=COUNTIFS({reference sheet checkbox}, 1, {referenced sheet date}, @cell = "")
-
That worked, thank you. :)
-
So I'm trying to do the reverse of this: CountIfs the checkbox is blank but the date is filled in. Can either of you help me get that formula to work?
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 203 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives