VLOOKUP intervals in Excel

keybladegoddess

New Member
Joined
Oct 25, 2010
Messages
2
This is the problem....


Federal income tax can be computed through a VLOOKUP table for an income (x) by usingFederal income tax can be computed through a VLOOKUP table for an income (x) by using theFederal income tax can be computed through a VLOOKUP table for an income (x) by using the following function:

.15x 0 ≤ x < 45,200
.275x - 5650 45,200 ≤ x < 109,250
T(x) = .305x - 8930 109,250 ≤ x < 166,500
.355x - 17250 166,500 ≤ x < 297,350
.391x - 28000 x ≥ 297,350


Assume you are working with an Excel spreadsheet as shown below:


exampletable.png


Create an Excel spreadsheet that calculates a person’s income tax. Test your spreadsheet for incomes of $20,000, $50,000, $120,000, $170,000, and $300,000. Also check the endpoints of each interval: $45,200, 109,250, etc.


*I think i am just ridiculously floored on how to go about this. Can someone attempt to explain this?*:confused:
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
I have a similar problem and I am hoping you could please indicate how you solved this one? I have normally just used a bunch of IF statements nested inside each other as I have not been able to figure out a way to do a LOOKUP on a range.

Thanks.
 
Upvote 0

Forum statistics

Threads
1,215,759
Messages
6,126,727
Members
449,332
Latest member
nokoloina

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top