logical formula

M

mike

I have a logical formula that returns the word FALSE in the cell untill I
enter the correct parameters. Is there a way to remove the word FALSE from
the cell and still keep the formula?

Thanks
 
S

ShaneDevenshire

Hi,

If the parameter is a number then you can use the shorter formula

=IF(A1,your_formula,"")
 
Top