Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
How can I see what cell A1 contains?
It appears empty but =ISBLANK(A1) returns "FALSE" |
#2
![]() |
|||
|
|||
![]()
A simple method:
Copy A1 to notepad. |
#3
![]() |
|||
|
|||
![]()
To work around this issue, clear the zero-length string from the cell. To do this, select the cell, click Edit, and then click Clear All.
In addition, you can also check whether a cell contains a zero-length string by using the LEN function. For example, if the cell you are checking is A1, the formula will be =OR(Len(A1)=0, Isblank(A1)). Let me know if this gave you some insights. Regards, Jerry |
#4
![]() |
|||
|
|||
![]()
Hello! Maybe you can check if there is a space in the cell. It will really return FALSE if there is even a space there. Hope this helps!
By the way, you can also check here for more excel help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find empty cells in a column then append row that empty cell is in | Excel Programming | |||
Leaving an empty cell empty | Excel Discussion (Misc queries) | |||
why a reference to an empty cell is not considered empty | Excel Discussion (Misc queries) | |||
Finding next empty empty cell in a range of columns | Excel Programming | |||
Empty cell and a the empty String | Excel Programming |