Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to write an If statement for the following example:
If number is <18.44 write "FAIL", If Number 20.44 Write "FAIL", If Number is between 18.44 and 20.44 then write "Pass" I would appreciate any help on this, thanks Mark |
#2
![]() |
|||
|
|||
![]()
Try something like this:
=IF(OR(A1<18.44,A120),"FAIL","Pass") Does that help? €¢€¢€¢€¢€¢€¢€¢€¢€¢€¢ Regards, Ron "mark" wrote: I am trying to write an If statement for the following example: If number is <18.44 write "FAIL", If Number 20.44 Write "FAIL", If Number is between 18.44 and 20.44 then write "Pass" I would appreciate any help on this, thanks Mark |
#3
![]() |
|||
|
|||
![]()
thanks works great!!!!
"Ron Coderre" wrote: Try something like this: =IF(OR(A1<18.44,A120),"FAIL","Pass") Does that help? €¢€¢€¢€¢€¢€¢€¢€¢€¢€¢ Regards, Ron "mark" wrote: I am trying to write an If statement for the following example: If number is <18.44 write "FAIL", If Number 20.44 Write "FAIL", If Number is between 18.44 and 20.44 then write "Pass" I would appreciate any help on this, thanks Mark |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF Statement problem | New Users to Excel | |||
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 |