Hiding a function value in a cell until function used

P

Paul Smithson

Need help, I set up an IF function in a cell, however, when the reference
cell is blank, I want the IF function cell to be blank as well.

Thanks
 
B

Bob Phillips

=IF(H10="","",...)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top