P
Po
I have a range of rates , i.e import between $0 and $ 10 cost x$, between
$11.01 and 20 cost y$ , and so on.
I am using the following
=IF(AND(O4>0,O4<=25),$D$1,IF(AND(O4>25.01,O4<=50),$D$2,IF(AND(O4>51,O4<=100),$D$3,IF(AND(O4>101,O4<=250),$D$4,IF(AND(O4>251,O4<=500),$D$5,IF(AND(O4>501,O4<=1000),$D$6,IF(AND(O4>1001,O4<=2000),$D$7,"-")))))))
But I cannot go beyond 7 IFs and I have 26 "import between $0 and $ 10 cost
x$"
Any suggestions ??
$11.01 and 20 cost y$ , and so on.
I am using the following
=IF(AND(O4>0,O4<=25),$D$1,IF(AND(O4>25.01,O4<=50),$D$2,IF(AND(O4>51,O4<=100),$D$3,IF(AND(O4>101,O4<=250),$D$4,IF(AND(O4>251,O4<=500),$D$5,IF(AND(O4>501,O4<=1000),$D$6,IF(AND(O4>1001,O4<=2000),$D$7,"-")))))))
But I cannot go beyond 7 IFs and I have 26 "import between $0 and $ 10 cost
x$"
Any suggestions ??