COUNTIFS for how many blank cells in a column, but only if another column has a populated cell
For our smartsheet we keep track of vehicles that are or are not repaired. To keep track of how many "open claims" we have I am trying to count how many blank cells we have in the column that signifies if something is complete, but when I try to just count those cells it counts the automatic additional rows on the bottom of the sheet as well. So I need a formula that says to count blank cells, but only if another cell is populated. Here is the formula I have currently:
=COUNTIFS([Rep Completion Confirmation]:[Rep Completion Confirmation], "", VIN:VIN, 0)
When I do this I just get a count of 0. Here are the screenshots to help explain my situation better.
Comments
-
Thanks for the reply! I am entering in that formula and getting #incorrect argument. I am trying to get the result in one single cell.
=COUNTIFS([Rep Completion Confirmation]:[Rep Completion Confirmation], "", ISTEXT(VIN:VIN))
-
Also, I was testing it to see if it worked if I selected a single cell and I still get zero??? Another screenshot
-
Ahhhhh... I thought you were just using that as a place holder
-
Thank you so much!
-
That is used to tell the formula to run on each cell individually instead of the range as a whole.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!