> I am trying to figure out if there is a non-macro function that I can
> write for this scenario:
[quoted text clipped - 5 lines]
>
> Thanks peeps. All help is welcome!
Try this way:
=IF(AND(A1>10,A1<=50),"YES","NO")

Signature
Hope I helped you.
Thanks in advance for your feedback.
Ciao
Franz Verga from Italy
Franz Verga - 17 Aug 2006 02:40 GMT
>> I am trying to figure out if there is a non-macro function that I can
>> write for this scenario:
[quoted text clipped - 9 lines]
>
> =IF(AND(A1>10,A1<=50),"YES","NO")
Also
=IF((A1>10)*(A1<=50),"YES","NO")

Signature
Hope I helped you.
Thanks in advance for your feedback.
Ciao
Franz Verga from Italy
killertofu - 18 Aug 2006 00:07 GMT
Thank you very much!

Signature
killertofu