=if blank cell

  • Thread starter Thread starter FAZO
  • Start date Start date
=IF(true,"","Not Blank")

However in Excel blank is not the same as empty: there is no way to produce
Empty from an IF statement

regards
Charles
___________________________________
The Excel Calculation Site
http://www.decisionmodels.com
 
Try this

=IF(B1="","","There's data in that cell!")

Hope this helps,
Dee
 

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