not displaying "FALSE" in cells

  • Thread starter Thread starter vinnie123
  • Start date Start date
V

vinnie123

I'm sure it is a really straightforward problem.

I have a sheet with a lot of data generated form formulas, mainly
VLOOKUP and IF with output being whole numbers. How can I stop the word

"FALSE" from appearing in cells with no valid data, just leaving those

cells blank.


Regards, Vinnie.
 
Post your formula would be the easiest way,
An IF function will for instance return FALSE if a condition is not TRUE so

=IF(A1>2,"Yabadabadoo")

will return FALSE if it is not greater than 2, to return a "blank" you would
change the formula to


=IF(A1>2,"Yabadabadoo","")


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)
 

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