Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi I have an IF formula in one cell which returns "" (blank) if the condition is true. But if I use, in another cell: =A10 where A1 is my first cell, theoretically blank, it returns TRUE... Any explanations??? Thank You! -- pmguerra ------------------------------------------------------------------------ pmguerra's Profile: http://www.excelforum.com/member.php...o&userid=14986 View this thread: http://www.excelforum.com/showthread...hreadid=548586 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Maybe your first IF formula has a true option: =IF(A2=10,"","False") Andy. "pmguerra" wrote in message ... Hi I have an IF formula in one cell which returns "" (blank) if the condition is true. But if I use, in another cell: =A10 where A1 is my first cell, theoretically blank, it returns TRUE... Any explanations??? Thank You! -- pmguerra ------------------------------------------------------------------------ pmguerra's Profile: http://www.excelforum.com/member.php...o&userid=14986 View this thread: http://www.excelforum.com/showthread...hreadid=548586 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"pmguerra" wrote in
message ... Hi I have an IF formula in one cell which returns "" (blank) if the condition is true. But if I use, in another cell: =A10 where A1 is my first cell, theoretically blank, it returns TRUE... Any explanations??? Blank is different from empty. You may want something like =AND(A10,A1<"") -- David Biddulph |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop renaming or moving sheet tabs | Excel Discussion (Misc queries) | |||
Linked Check Boxes | Excel Discussion (Misc queries) | |||
Disable CUT via toolbars or shortcut keys | Excel Discussion (Misc queries) | |||
Excel: with an if condition display a row of cell if true | Excel Discussion (Misc queries) | |||
How to get date entered recording first time condition is true? | Excel Discussion (Misc queries) |