In one cell I want to add a value with three different options.
If the number in B4 is greater than 449999 then I want to add 300 to the number in B8. If it is 499999 I want to add 400. If it is 5499999 or higher I want to add 500. I tried this formula but id doesn't work.
=IF(B4>449999, B8+300, IF(B4>499999, B8+400, IF(B4>549999, B8+500)))
---------------------
The next one is I would like to plug in a number and if it is between 50000 and 10000 I would like to get .01, if it is higher I want it to be .03 of greater than 100000 plus 500.
Thanks for any help.
If the number in B4 is greater than 449999 then I want to add 300 to the number in B8. If it is 499999 I want to add 400. If it is 5499999 or higher I want to add 500. I tried this formula but id doesn't work.
=IF(B4>449999, B8+300, IF(B4>499999, B8+400, IF(B4>549999, B8+500)))
---------------------
The next one is I would like to plug in a number and if it is between 50000 and 10000 I would like to get .01, if it is higher I want it to be .03 of greater than 100000 plus 500.
Thanks for any help.