=IF(AND(A1>=1,A1<=4),"X","XY")
> I want to find out how to do an If formula which gives a result if the
> condition is between two numbers?
muddan madhu - 28 May 2008 09:41 GMT
can it be ?
=IF((A1>0)*(A1<5),"X","XY")
On May 28, 7:31 am, Teethless mama
<Teethlessm...@discussions.microsoft.com> wrote:
> =IF(AND(A1>=1,A1<=4),"X","XY")
>
> > I want to find out how to do an If formula which gives a result if the
> > condition is between two numbers?- Hide quoted text -
>
> - Show quoted text -