Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to use an IF statement that contains OR however, I am not sure
how to us it. I need to have numbers that are between -10.05 and 21.55 be true and any other numbers be false. How do I set this up using and OR conjuction? |
#2
![]() |
|||
|
|||
![]()
I think you need an "AND" rather than an "OR", since you want your number to
meet both conditions rather than just one or the other. Try this: =IF(AND(A1-10.05,A1<21.55),"true","false") HTH, Elkar "Steph" wrote: I am trying to use an IF statement that contains OR however, I am not sure how to us it. I need to have numbers that are between -10.05 and 21.55 be true and any other numbers be false. How do I set this up using and OR conjuction? |
#3
![]() |
|||
|
|||
![]()
=IF(OR(A1<-10.05,A122.55),FALSE,TRUE)
Homework? -- HTH Sandy Replace@mailinator with @tiscali.co.uk "Steph" wrote in message ... I am trying to use an IF statement that contains OR however, I am not sure how to us it. I need to have numbers that are between -10.05 and 21.55 be true and any other numbers be false. How do I set this up using and OR conjuction? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions | |||
IF Statement | New Users to Excel | |||
7+ nested if statement? | Excel Worksheet Functions | |||
Statement | Excel Worksheet Functions |