Hi I am trying to combine the following 2 formulas, in Cell U6 is number 1 or 2, in cell H6 is a range of formula, as you can see by the ranges below I want it to show a different result for 1 and a certain quantity and 2 and a certain quantity. If you can assist that would be great
Formula 1: =IF(U6=1,IF(H6<5001,"upto 5,000",IF(H6<10001,"5,001 to 10,000",IF(H6<20001,"10,001 to 20,000",IF(H6<50001,"20,001 to 50,000",IF(H6<100001,"50,001 to 100,000",IF(H6<150001,"100,001 to 150,000","No Result")))))))
Formula 2
=IF(U6=2,IF(H6<2001,"upto 2,000",IF(H6<7501,"2,001 to 7,500",IF(H6<15001,"7,501 to 15,000",IF(H6<30001,"15,001 to 30,000",IF(H6<100001,"30,001 to 100,000",IF(H6<150001,"100,001 to 150,000","No")))))))
thanks
Jezza
Formula 1: =IF(U6=1,IF(H6<5001,"upto 5,000",IF(H6<10001,"5,001 to 10,000",IF(H6<20001,"10,001 to 20,000",IF(H6<50001,"20,001 to 50,000",IF(H6<100001,"50,001 to 100,000",IF(H6<150001,"100,001 to 150,000","No Result")))))))
Formula 2
=IF(U6=2,IF(H6<2001,"upto 2,000",IF(H6<7501,"2,001 to 7,500",IF(H6<15001,"7,501 to 15,000",IF(H6<30001,"15,001 to 30,000",IF(H6<100001,"30,001 to 100,000",IF(H6<150001,"100,001 to 150,000","No")))))))
thanks
Jezza