View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=IF(AND(A1=2,A1<5),rate1,rate2)

or, if you have three rates:

=IF(A1<2,rateA,IF(A1<5, rateB, rateC))



In article ,
"nsnjlacm" wrote:

I tried to use the formula "IF" to find different rates, one rate is if the #
is = 2 but <5 and give me the error, please help me