Help with If statement

  • Thread starter Thread starter gls858
  • Start date Start date
G

gls858

I have this If statement in H12 and it works except when E12 is blank I
want H12 to be blank.

=IF(E12=0%,"Closed",IF(E12=100%,"closed","open"))

I'm not sure how to make that happen. Could someone please help me.

TIA
gls858
 
=IF(LEN(TRIM(E12))=0,"",IF(OR(E12=0%,E12=100%),"closed","open"))
 

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