Need Formula - If blank cells

H

hilltop55

I need a formula to return true, based on cells in column b being blank.

So if A1 is not blank, B1 is blank, and C1 is not blank return true.
 
M

Mike H

Hi

Try this for a blank cell where a formula is returning null

=B1=""

or for an empty cell

=ISBLANK(B1)

Mike

or



Mike
 

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

Top