I would like to plug in a number and if it is between 50,000 and 100,000 I would like to multiply the amount over 50,000 by .01, if it is higher than 100,000 I want it to be .03 of greater than 100,000 plus 500.
If the number is 90,000, the result should be .01 x 40,000 which equals 400.
So if the number is 120000, the result should be 20000 x .03 plus 500.
Thanks so much...I hate being a newb...
If the number is 90,000, the result should be .01 x 40,000 which equals 400.
So if the number is 120000, the result should be 20000 x .03 plus 500.
Thanks so much...I hate being a newb...