hide the returned value "false" I have submerged zero values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Although I have submerged zero values, and hidden formulas, the cell still
displays "false" when the if statement has not been met. How can I have the
word "false" submerged.
 
Hi!

Use a return of zero in your IF function when the logical test is FALSE.

An alternative, use conditional formatting to hide them.

Conditional Formatting:
Cell value is: equal to: FALSE
Set the font color to be the same as the background color

Biff
 
=IF(A1=X,200,"")

meaning if the condition is not met return blank

adapt to fit

--
Regards,

Peo Sjoblom

(No private emails please)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top