Formula IF OR

G

Guest

I can get =IF(AND(H3>H2,H3<H4),"No","") and =IF(T3<.49,"No","") to work
individually, but am encountering problems putting the two in the same
formula. H is in date format, and T is the result of a formula.

=IF((OR(AND(H108>H107,H108<H109))*T108<0.49),"No","") results in #VALUE.

What I need is IF H... OR T...,"No",""

TIA,
CaroleO
 
G

Guest

=IF(OR(AND(H108?h107,h108<h109),T108<.49),"No","")

I don't know why you would be trying to multiply T108<.49 in your original
formula.

Dave
 
G

Guest

Thanks, Dave. I don't know why either!

CaroleO

Dave F said:
=IF(OR(AND(H108?h107,h108<h109),T108<.49),"No","")

I don't know why you would be trying to multiply T108<.49 in your original
formula.

Dave
 
G

Guest

Note I have a typo in my formula. Should be:
=IF(OR(AND(H108>h107,h108<h109),T108<.49),"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