Forum Discussion
Highpnt1
Sep 23, 2022Copper Contributor
How to display value for blank
I want to count blank value in grand total. How do I display/count it please in the column?
- dscheikeyBronze Contributor
There is a separate function (COUNTBLANK()) that counts empty cells in a range or array.
For a whole column you can do this with the following command. Example column A.
=COUNTBLANK(A:A)
Is that what you wanted?
- Highpnt1Copper Contributor
dscheikey the COUNTBLANK function did not work for me but thank you. I ended up pulling another field (not needed) down into the values box, along with the actual field I needed the running Grand Total for (blank count to appear/counted as well) renamed that random field I didn't need to Grand Total and the values appeared that I needed. I may not be explaining it correctly or missed a step but thank you🙂