test on empty cell

  • Thread starter Thread starter Leif Hygrell
  • Start date Start date
L

Leif Hygrell

Hi,
In as sheet a certain calculation is to take place and it is not allowed to
have blanks.
I want to make a formula like =IF(AND(A1<>BLANK,B1<>BLANK),C1+D1,"False")
Is there a way to do this?

Regards

Leif
 
Use a zero text string in place of BLANK.

....AND(A1<>"",B1<>"")...

HTH
Jason
Atlanta, GA
 

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