AND IF formula

J

Jane

I need a formula that if three conditions are met then the word "yes" is
entered. Have tried =IF(AND(J2<K2,L2>.08,L2<.098),"yes",''") and this
doesn't work.
 
T

trip_to_tokyo

EXCEL 2007

Try this:-

=(IF(AND(J2<K2,L2>0.08,L2<0.98),"yes","no"))

The above works for me though have not tested it extensively.

If my comments have helped please hit Yes.

Thanks.
 
M

Mike H

Jane,

Try this

=IF(AND(J2<K2,L2>0.08,L2<0.098),"yes","")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 
T

trip_to_tokyo

Sorry my .98 should read .098.


trip_to_tokyo said:
EXCEL 2007

Try this:-

=(IF(AND(J2<K2,L2>0.08,L2<0.98),"yes","no"))

The above works for me though have not tested it extensively.

If my comments have helped please hit Yes.

Thanks.
 
×

מיכ×ל (מיקי) ×בידן

You miss typed the "".
Don't type single quotes.
Hold the shift key while typing the Quotes [like before & after the "yes"].
Micky
 

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