I am trying to do a formula to capture all empty fields in a particular column on a separate sheet. but I keep getting the unparseable error.
If i select the entire column I get a count including empty rows. Currently my formula is:
=COUNTIF({Compliance Management Range 1}, "")
This is allowing for selected criteria only and not the entire column. I need this count to change each time I add a new row, so I need to use the entire column but to not include rows that are currently blank.