Formula to count blank cell in sheet summary
Sarb
✭
Hi,
I have a column called Date PIP completed and I wanted to know what is the formula to use to count all the cells that does not have the date.
I saw this example earlier but I got unparseable as a response since I don't know what to put in for the bolded words.
"=COUNTIFS([Reim Status]:[Reim Status], ISBLANK(@cell)=1)".
Answers
-
You don't need to put anything in where the bolded words are. That formula counts blank cells in that column, @cell just give it a reference point. Unparseable errors with a formula that simple typically means that there is an issue with your data. Is it possible that you have a corrupted cell or something?
=COUNTIF([Column2]:[Column2], ISBLANK(@cell) = 1) is a functional formula.
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
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives