IF two different conditions are met

A

AnnaV

How do I enter a formula where two different conditions have to be met?

I have a date in G3 and either "complete" or "incomplete" in H3. I wan
to put a formula in I3 that states if G3 has a date and H3 i
"complete" then return "Yes" otherwise return "No".

Can it be done
 
F

Frank Kabel

Hi
sorry,
was just using my German version. Try:
=IF(AND(ISNUMBER(G3),H3="complete"),"Yes","No")
 

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