Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm having a problem inserting a blank in a cell using a function so that
another formula that refers to this blank reads it as a blank. For example, if A1 is a blank cell: Formula Result =ISBLANK(A1) TRUE =IF(ISBLANK(A1)," ",1) =ISBLANK(A3) FALSE In the above example, even though =IF(ISBLANK(A1)," ",1) shows a blank cell in A3, a reference to it in another formula shows that Excel does not think it is blank. How do you write a formula so that there is truly nothing in the cell as a result? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Check if cells contain the word "Thailand", return "TRUE" | Excel Worksheet Functions | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Typing "true" excel 2007 change it to "TRUE" | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |