I can't seem to figure out to cause an IF formula to utilize 'blank' as a referenced criteria. Here is a simplified version of the problem:
Column A
Criterion = 1
Criterion = 2
Criterion = 3
Criterion = Blank
=countif(Range,[criterion]) - this works for rows 1 - 3
=countif(Range, "") - this works for row 4
I want to be able to use the first formula with row 4, too, but it doesn't work with any of the syntaxes I've been trying (e.g., """", isblank).
I'd appreciate any thoughts on how or if this can be done. Thanks!
Column A
Criterion = 1
Criterion = 2
Criterion = 3
Criterion = Blank
=countif(Range,[criterion]) - this works for rows 1 - 3
=countif(Range, "") - this works for row 4
I want to be able to use the first formula with row 4, too, but it doesn't work with any of the syntaxes I've been trying (e.g., """", isblank).
I'd appreciate any thoughts on how or if this can be done. Thanks!