Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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 |
#2
![]() |
|||
|
|||
![]()
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 |
#3
![]() |
|||
|
|||
![]()
I'm not sure of the problem that you are getting at but if cell A1 has to be
less than 5 and greater than or equal to 2 then try =IF(AND(A1=2,A1<5),"","OUT OF RANGE") nsnjlacm wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use Roundup in a logical test in excel | Excel Worksheet Functions | |||
=IF logical test to search only part of a cell | Excel Worksheet Functions | |||
Logical test | Excel Discussion (Misc queries) | |||
change text color based on logical test | Excel Worksheet Functions | |||
logical test - within a range | Excel Worksheet Functions |