Please help me with the formulla for creating a range.
Example: I want to create a range if the # are between 1-5 as "01-05" and if the # are between 6-10 as "06-10" and so on till 100 & also want to add a condition if the #'s are greater than 20000 then it shows "Not Ordered" I have a formulla as follows:
=IF(O99<6,"00-05 Days",IF(O99<11,"06-10 Days",IF(O99<16,"11-15 Days",IF(O99<21,"16-20 Days",IF(O99<26,"21-25 Days",IF(O99<31,"26-30 Days",IF(O99>30<100,"30 Days +",IF(O99>20000,"Not Ordered")))))))).
My problem is the # which is above 32 shows as False Error. Please help.
Example: I want to create a range if the # are between 1-5 as "01-05" and if the # are between 6-10 as "06-10" and so on till 100 & also want to add a condition if the #'s are greater than 20000 then it shows "Not Ordered" I have a formulla as follows:
=IF(O99<6,"00-05 Days",IF(O99<11,"06-10 Days",IF(O99<16,"11-15 Days",IF(O99<21,"16-20 Days",IF(O99<26,"21-25 Days",IF(O99<31,"26-30 Days",IF(O99>30<100,"30 Days +",IF(O99>20000,"Not Ordered")))))))).
My problem is the # which is above 32 shows as False Error. Please help.