Forum Discussion

kittenmeants's avatar
kittenmeants
Brass Contributor
Jul 14, 2023
Solved

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...
  • HansVogelaar's avatar
    Jul 14, 2023

    kittenmeants 

     

    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=""))

Resources