Excel VLOOKUP for Tax Brackets Year 2021 with Examples - YouTube

Channel: Chris Menard

[0]
Hello, I'm Chris Menard.
[1]
In today's Excel video, we're going to do an Excel exercise using the United States
[6]
tax brackets.
[8]
This is a great exercise for accounting students, MBA students, anyone that just wants to know,
[15]
hey, how much tax am I going to have to pay on my taxable income?
[21]
I've done this video before, I did it with the XLOOKUP function, but not everyone has
[26]
XLOOKUP, so it was requested that I come back and say, is there another way to do this,
[31]
I don't have the same Excel version you were using.
[34]
The answer's yes.
[35]
We're going to do it with VLOOKUP, so this will work in any version of Excel.
[40]
The United States has a progressive tax system.
[43]
I'm going to keep this simple, I'm just doing this for married, filing jointly.
[48]
Right below it though is single.
[50]
So for 81,000, 50 bucks of taxable income, which is cell F2, that puts you in a 22% tax
[59]
bracket.
[60]
So your tax liability is $9,328.
[64]
I've already made this little table over here.
[68]
So you don't pay 22% on all 81,000, you pay 10% on a portion, 12% on a portion, 22%, and
[75]
it keeps going.
[77]
There are seven different brackets.
[79]
So here we go with VLOOKUP.
[82]
Before I start, F2 is taxable income.
[86]
If you had your 1040 Tax form out, this'll be line number 15.
[92]
So it's not your gross income, it's not your adjusted gross, that is taxable income.
[98]
But here we go with VLOOKUP.
[100]
Four arguments are in VLOOKUP, first one is what is it you're trying to look up?
[105]
That's cell F2.
[108]
Where's your table array?
[109]
I just selected A2 to C9, comma.
[114]
Inside of A2 to C9, which has three columns.
[117]
Notice it says column index number.
[120]
I'm trying to figure out how much tax I owe, so this not column C, it's the number three,
[126]
cause it's the third column from A3 to C9.
[130]
And then this is an optional one, but true is what we want.
[134]
I actually get 9328.
[137]
I'm going to do Control Enter, and I got 9328.
[143]
Here's the issue, we're in that 22% tax bracket at 81,050.
[150]
So for every thousand dollars over 81,050, that should be $220 of tax.
[159]
A thousand dollars times 22%.
[162]
So I'm going to just throw some math over here.
[165]
If we have income of 82,050, we should end up with 9528.
[174]
The issue is, I go change it to that number in F2, but F3 didn't change, because I need
[182]
to figure out the additional thousand dollars over the 81,050 at 22%.
[191]
So I'm going to do the VLOOKUP, plus F2 minus VLOOKUP of F2.
[206]
Back to the VLOOKUP, you got to do all the arguments, one, comma, true.
[216]
I'm not done here.
[219]
What we just figured out from the plus sign over to the right is 82,000 minus whatever
[227]
the VLOOKUP is, which should be 81,050.
[232]
That's a thousand dollars.
[233]
Let's see if this comes out right.
[236]
It came out to 10,328, In case you're wondering, 9,328 and 10,328, there's your thousand dollars.
[246]
So I've got the thousand dollars now isolated, and now I need to multiply that times the
[253]
22%.
[254]
So back in here and we're going to do plus VLOOKUP, so I'm just kind of walking you through
[260]
this.
[261]
Comma, last one here by the way.
[264]
I need to find that percentage.
[266]
Comma, 2, cause the percentage is the second column and what I've got selected.
[272]
Comma, true, this should give us 9,328 plus a thousand dollars times 22% is $220.
[283]
95, got one thing wrong in here.
[286]
Let me look real quick.
[287]
A3 comma, one, true, oh, I got plus my bad, times the 22%.
[295]
9,528, which is 9,328 plus 220 bucks.
[299]
There you go.
[301]
One more item.
[302]
If I change this to 172,750 of taxable income, that should give you 29,502, and it does.
[312]
Now every thousand dollars over that number, isn't 220 bucks, it's 240 bucks.
[324]
Real quick test, 1 3, 1 7 3 7 5 0, there we go.
[333]
Undo, perfect, redo.
[336]
I'm just checking the numbers.
[339]
Alrighty, by the way, meat real quick, the marginal tax rate, VLOOKUP, that number, comma,
[349]
your table array, go ahead and finish this one.
[351]
This one's easy comma, that should be the second column, true, I should see 24%, and
[358]
I do.
[360]
Your effective tax rate is just a formula, it is the amount of tax divided by the taxable
[366]
income.
[367]
17%, let's just keep it at 17%.
[372]
I'm going to take this back to 81,050, perfect.
[376]
82,050, we're in business, there you go.
[382]
Copy this.
[384]
Control C. You're saying Chris, I'm not married filing jointly, I'm single.
[390]
There you go, right there.
[392]
Let's just test this number 86 3 7 5.
[396]
14 7 51 87, 3 7 5, a thousand dollars times 24% is 240 bucks.
[406]
There we go.
[407]
Anyway, there's your VLOOKUP.
[409]
I will put this file so you can download it.
[412]
Again, this is 2020, that is taxable income line 15.
[418]
Your tax is on your 10 40 line 16.
[422]
It doesn't matter whether you're married or single, line 15 and 16.
[429]
Let me know if you like this video, feel free to subscribe.
[431]
Have a great day.
[434]
Thank you.