Replies: 0
How can I make this work if there are tax assignment bracket of a salary.
IF(weekly_salary<=12000,weekly_salary*100%)
For example:
Basic pay of 12000 will not have a tax deduction while a 15000 will have a 5% deduction.
Thanks!
Replies: 0
How can I make this work if there are tax assignment bracket of a salary.
IF(weekly_salary<=12000,weekly_salary*100%)
For example:
Basic pay of 12000 will not have a tax deduction while a 15000 will have a 5% deduction.
Thanks!