K
Ken
Hi,
Can someone help me change this excel formula to Access formula for
progressive tax withheld.
=IF(B2<=80,0, IF(B2<=250, (B2-80)*0.04, IF(B2<=450, (B2-250)*0.08+6.8,
(B2-450)*0.1+22.8)))
Thanks a lot,
Ken
Can someone help me change this excel formula to Access formula for
progressive tax withheld.
=IF(B2<=80,0, IF(B2<=250, (B2-80)*0.04, IF(B2<=450, (B2-250)*0.08+6.8,
(B2-450)*0.1+22.8)))
Thanks a lot,
Ken