M Maggie May 28, 2008 #1 I want to find out how to do an If formula which gives a result if the condition is between two numbers?
I want to find out how to do an If formula which gives a result if the condition is between two numbers?
M muddan madhu May 28, 2008 #3 can it be ? =IF((A1>0)*(A1<5),"X","XY") =IF(AND(A1>=1,A1<=4),"X","XY") - Show quoted text - Click to expand...
can it be ? =IF((A1>0)*(A1<5),"X","XY") =IF(AND(A1>=1,A1<=4),"X","XY") - Show quoted text - Click to expand...