My equation is:
=IF(B2>10,"129920",IF(B2>15,"350591",IF(B2>25,"498636",IF(B2>50,"752640",IF(B2>100,"1231889")))))
It's showing 129920 for all; not working properly even if B2 is 35, answer showing 129920 rather than 498636.
My equation is:
=IF(B2>10,"129920",IF(B2>15,"350591",IF(B2>25,"498636",IF(B2>50,"752640",IF(B2>100,"1231889")))))
It's showing 129920 for all; not working properly even if B2 is 35, answer showing 129920 rather than 498636.