If Function

  • Thread starter Thread starter suemarie
  • Start date Start date
S

suemarie

Is it possible to use an IF function to do the following

If cell C2 "is blank" then return the value in C3, if not then do nothing.
I guess my question is can "is blank" be used in an IF function.
 
Wow...I shoulda thought of that!!! Thanks

Don Guillett said:
""

--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(e-mail address removed)
 
Just bear in mind that "" (the empty string) which appears as a blank, is
not the same as a blank meaning nothing at all in the cell. Functions such
as COUNTA and COUNTBLANK will count the empty string, but not a truly empty
cell, a blank.

Tyro
 
Correction: COUNTA counts cells with something in them and empty strings
(=""), COUNTBLANK counts truly empty cells and empty strings (=""). As
usual, I don't see my errors until after I have posted.

Tyro
 

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