C
classtrainingqld
This is a problem that has reoccured....
I have a client that has sent me a speadsheet where a COUNTA function
appears not to be working...
I copied one of the (many) problem cells being counted to cell A1 in a
new workbook.
in cell B1 I entered ISBLANK(A1) this returned false - so this
suggests it is not blank
in cell C1 I entered COUNTBLANK(A1) this returned 1 - so this suggests
it is blank
in cell D1 I entered COUNTA(A1) this returned 1 - so this suggests it
is has something in it
in cell E1 I entered LEN(A1) this returned 0 - so this suggests it is
empty
I then decided to check it against a true blank cell..
in cell B2 I entered ISBLANK(A2) this returned true - which is OK
because I haven't entered or touched A2
in cell B3 I entered EXACT(A1,A2) this returned true - this suggests
A1 is also blank.
bizarre in the extreme... has anyone ever seen this before or have any
suggestions on what could be in this cell.
If I edit the cell and press Enter (without any changes) it is then
treated as a true blank cell.
Thanks in advance
Regards
Steve Bayliss
Class Training Qld
Australia
I have a client that has sent me a speadsheet where a COUNTA function
appears not to be working...
I copied one of the (many) problem cells being counted to cell A1 in a
new workbook.
in cell B1 I entered ISBLANK(A1) this returned false - so this
suggests it is not blank
in cell C1 I entered COUNTBLANK(A1) this returned 1 - so this suggests
it is blank
in cell D1 I entered COUNTA(A1) this returned 1 - so this suggests it
is has something in it
in cell E1 I entered LEN(A1) this returned 0 - so this suggests it is
empty
I then decided to check it against a true blank cell..
in cell B2 I entered ISBLANK(A2) this returned true - which is OK
because I haven't entered or touched A2
in cell B3 I entered EXACT(A1,A2) this returned true - this suggests
A1 is also blank.
bizarre in the extreme... has anyone ever seen this before or have any
suggestions on what could be in this cell.
If I edit the cell and press Enter (without any changes) it is then
treated as a true blank cell.
Thanks in advance
Regards
Steve Bayliss
Class Training Qld
Australia