I am trying to count blank dropdown values in a sheet by referencing the column and it is giving me incorrect numbers.
=COUNTIF([Sign Off]:[Sign Off], 0)
It seems to be including the 10 empty rows at the bottom of the sheet too.
Does anyone know how to get around this?