Is there an IF function that would deal with BETWEEN two cells? i.e.: A1=57, B1= 60 & C1=55. Can I use an IF function to state that D1= "PASS" or "FAIL" based on the fact that A1 is between the values of B1 & C 1?
Reply from Richard Rost:
You could use an inequality.
=IF(AND(A1>C1,A1 Or you could just use a VLOOKUP and set up a table of values.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Excel Forum.