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.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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives