COUNTIF blank (Date column)
I'm trying to count rows that do not have a date value added in a date column. The right answer is 5, but when I use the following formula, I'm getting 177:
=COUNTIF({Approval Date},"")
I've also tried the following with the same results:
=COUNTIF({Approval Date},ISBLANK(@cell))
Any clues?
Answers
-
Hi @Guaca Mohle
I hope you're well and safe!
Can you maybe share some screenshots? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@workbold.com)
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
andree@workbold.com, thanks! I'm making some progress:
=COUNTIF({Approver Date}, @cell = "")
This formula appears to be working but with unexpected result:
The right value should now be 4. But there are 10 blank rows (Rows 182-191) that appear when I filter the source sheet on Approved Date Column = blank. This results in a count of 14.
I keep deleting these rows, but they keep appearing back which is incorrectly inflating my count.
-
Any help on counting blank Data fields or non blank date fields?
-
The formula above should work:
=COUNTIF({Column}, "")
However as observed, there will always be a number of blank rows at the bottom of the sheet to allow new submissions. I would recommend adding a second criteria to your formula so you could how many blank cells there are in one column, but only if another column is not blank, like so:
=COUNTIFS({Column to Count}, "", {Column with text}, <> "")
The <> says "does not equal" blank.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
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
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!