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

One way:

=IF(OR(A1<2.5,A15),"Bad","Good")

--
HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================



"olman" wrote in message
...
I want to compare a number in a cell to a min and max number. If it

doesn't
fall between them it is bad if it does it is good.
Example: 2.5 is Min. 5 is Max.
Value is <2.5 or 5 is "Bad"
2.5 is "Good", 5 is "Good"
Any help is appreciated?