Locked lesson.
About this lesson
In this lesson, we create a lookup table and use lookup formulas to calculate tax liability.
Quick reference
Income Tax calculator
Learn to create your own tax table using mainly lookup formulas.
When to use
This is very useful when you want to calculate your tax payable for the year.
Instructions
- Tax systems often use a system where an individual get taxed at a higher percentage for each higher increment of income
- Understand the elements required for the calculation so that it can be converted into a tax table to automate the process
- Tax =
- (total income – highest value in previous tax bracket)
- x percentage tax in highest bracket
- + total tax on all previous brackets
- Create a lookup table that you could use to calculate tax per bracket
- First income in new bracket is in the first column (this is your lookup column)
- The other column order does not really matter
- Marginal income tax rate (rate for the bracket)
- Top value for the previous bracket
- The total tax on all previous brackets
- Tax calculation:
- (supplied value (income) – xlookup (income, lookup column, top value in previous bracket column)
- * Marginal income tax rate
- + total tax in previous brackets
Lesson notes are only available for subscribers.