This is my formula, it works
=IF((B2)<=500,B2*0.19,IF(AND((B2)>=1000,(B2)<2000),B2*0.15,IF(AND((B2)>=2000,(B2)<5000),B2*0.12,B2*0.09)))
Now I need to add a Min and a Max value
min=34.80
Max=459
How do I incorporate the min and max values into the formula above?
Please help.....
=IF((B2)<=500,B2*0.19,IF(AND((B2)>=1000,(B2)<2000),B2*0.15,IF(AND((B2)>=2000,(B2)<5000),B2*0.12,B2*0.09)))
Now I need to add a Min and a Max value
min=34.80
Max=459
How do I incorporate the min and max values into the formula above?
Please help.....