ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   BLANK as a Formula result. (https://www.excelbanter.com/excel-programming/294576-blank-formula-result.html)

SFP

BLANK as a Formula result.
 
Does Excel have a way to produce a cell that it recognizes
as BLANK as a result of a formula?

="" works to clear the display, but it reads FALSE on an
ISBLANK() test. For example...

in cell A1: =IF(TRUE,"",1)
in cell A2: =ISBLANK(A1)
Cell A2 will return FALSE in this example. Is there any
way to change the "" in cell A1 so that cell A2 will return
TRUE?

kkknie[_14_]

BLANK as a Formula result.
 
I can't think of one, but you could use:

=IF(A1="",TRUE,FALSE)

Rather than =ISBLANK(A1)



--
Message posted from http://www.ExcelForum.com


Dave Ramage[_3_]

BLANK as a Formula result.
 
In A2:
=A1=""

Cheers,
Dave
-----Original Message-----
Does Excel have a way to produce a cell that it recognizes
as BLANK as a result of a formula?

="" works to clear the display, but it reads FALSE on an
ISBLANK() test. For example...

in cell A1: =IF(TRUE,"",1)
in cell A2: =ISBLANK(A1)
Cell A2 will return FALSE in this example. Is there any
way to change the "" in cell A1 so that cell A2 will

return
TRUE?
.



All times are GMT +1. The time now is 03:34 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com