Thread: logical formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default logical formula

=IF(cell_ref="","",your_formula)
--
David Biddulph

"mike" wrote in message
...
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