I've encountered a situation where COUNTA counts BLANK CELLS!
for example:
- cells A1 - A10 are blank
- len(A1) = 0
- IsBlank (A1) = true
- COUNTA(A1:A10) = 10
However, hitting delete on any of the cells causes it to be viewed as 'blank' by COUNTA. (eg: hitting delete [or clearing] A5 causes COUNTA(A1:A10) = 9, clearing another causes COUNTA(A1:A10) = 8, etc)
Any idea why this may be happening? Is there something else possibly in these cells with length 0? (nulls?)
for example:
- cells A1 - A10 are blank
- len(A1) = 0
- IsBlank (A1) = true
- COUNTA(A1:A10) = 10
However, hitting delete on any of the cells causes it to be viewed as 'blank' by COUNTA. (eg: hitting delete [or clearing] A5 causes COUNTA(A1:A10) = 9, clearing another causes COUNTA(A1:A10) = 8, etc)
Any idea why this may be happening? Is there something else possibly in these cells with length 0? (nulls?)