Forum Discussion
kittenmeants
Jul 14, 2023Brass Contributor
Formula: Another way to count blank/empty cells
I need support in counting the number of empty cells (blanks cells), that do not have data entered, but omitting the title headers. On a (very) small scale this is what our tracking looks like. We ne...
- Jul 14, 2023
Are the teams such as 2.1 and 3.8 all numbers? If so:
With Team headers in column A and Met Goal in column 😧
=SUM(ISNUMBER(A2:A1000)*(D2:D1000=""))
HansVogelaar
Jul 14, 2023MVP
Are the teams such as 2.1 and 3.8 all numbers? If so:
With Team headers in column A and Met Goal in column 😧
=SUM(ISNUMBER(A2:A1000)*(D2:D1000=""))
kittenmeants
Jul 17, 2023Brass Contributor
Thank you! This worked exactly like I needed it to!