P
Patrick A
All,
I am using this formula to calculate monthly taxes, which are based on
a % of income.
Once you've paid a certain amount of tax, you don't have to pay any
more.
I'm using this formula - which sucessfully works up to and including
the month where you pay less than the average month. I now need to
take it a step further, and say once the maxtax has been reached,
return a 0.
A4 to L4 are my monthly income amounts.
=IF(SUM($A4:L4)*tax<MaxTax,L4*tax,(SUM($A4:L4)*tax)-MaxTax)
Any suggestions?
Thanks,
Patrick
I am using this formula to calculate monthly taxes, which are based on
a % of income.
Once you've paid a certain amount of tax, you don't have to pay any
more.
I'm using this formula - which sucessfully works up to and including
the month where you pay less than the average month. I now need to
take it a step further, and say once the maxtax has been reached,
return a 0.
A4 to L4 are my monthly income amounts.
=IF(SUM($A4:L4)*tax<MaxTax,L4*tax,(SUM($A4:L4)*tax)-MaxTax)
Any suggestions?
Thanks,
Patrick