josecervmon
IS-IT--Management
Hello-
I'm looking for an excel function to hardcode a cell as blank. In particular I'm running into problems with the "If" function. For example, when I enter the following function:
=IF(3=0,"yy",""
(which evaluates to FALSE of course)
the "" in the argument doesn't produce a blank cell as I want it to (when I run a "ISBLANK()" on the cell where I put that formula it evaluates as "FALSE", so it doesn't take the "" as being blank). Is there something I can put in the last argument of the "if" function to get a blank cell?
Thanks
I'm looking for an excel function to hardcode a cell as blank. In particular I'm running into problems with the "If" function. For example, when I enter the following function:
=IF(3=0,"yy",""
(which evaluates to FALSE of course)
the "" in the argument doesn't produce a blank cell as I want it to (when I run a "ISBLANK()" on the cell where I put that formula it evaluates as "FALSE", so it doesn't take the "" as being blank). Is there something I can put in the last argument of the "if" function to get a blank cell?
Thanks