Tax bracket using IF statement
-
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!
- The topic ‘Tax bracket using IF statement’ is closed to new replies.