G
Guest
I am trying to create a formula where I can put a number (taxable income) in one cell and and have the tax payable appear in another cell by way of formula's
e
If number in CELL <= 6000 then SHOW 0 in another cel
If number in CELL <=21600 then SHOW 0.185 x (21600 - 6000) in another cel
If number in CELL <=52000 then SHOW 0.315 x(52000 - 21600) + 2976 in another cel
If number in CELL < =62500 then SHOW 0.485 x (62500 - 52000) + 12552 in another cel
If number in CELL > 62500 then SHOW 0.485 x (CELL - 62500) + 17119.5 in another cel
I would appreciate any help
Thanks
e
If number in CELL <= 6000 then SHOW 0 in another cel
If number in CELL <=21600 then SHOW 0.185 x (21600 - 6000) in another cel
If number in CELL <=52000 then SHOW 0.315 x(52000 - 21600) + 2976 in another cel
If number in CELL < =62500 then SHOW 0.485 x (62500 - 52000) + 12552 in another cel
If number in CELL > 62500 then SHOW 0.485 x (CELL - 62500) + 17119.5 in another cel
I would appreciate any help
Thanks