![]() |
IF Statement Help please
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 |
IF Statement Help please
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 |
IF Statement Help please
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 |
All times are GMT +1. The time now is 03:48 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com