computing taxes

websterja1983

New Member
Joined
Sep 25, 2007
Messages
39
I am a rock when it comes to this stuff. I need to have a cell compute monthly federal taxes based on the income tables. I have no idea how to set up the tables or use the formulas. I know this is asking a lot but any help is always appreciated. Thanks.
 
=SUMPRODUCT(--((((H8-H32)*12)-(3400*D25))>CHOOSE(MATCH(C25,{"SINGLE","MARRIED"},0),$AB$28:$AB$34,$AD$28:$AD$34)),(H8-H32)-CHOOSE(MATCH(C25,{"SINGLE","MARRIED"},0),$AB$28:$AB$34,$AD$28:$AD$34),CHOOSE(MATCH(C25,{"SINGLE","MARRIED"},0),$AC$28:$AC$34,$AE$28:$AE$34))

The taxable income involves other cells, so I substituted (((H8-H32)*12)-(3400*D25)) in its place.
 
Upvote 0

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
H8 is monthly pay ($2500.00), H32 is tax exempt portion ($0.00 in this case), D25 is the number of claimed exemptions (3). So....
(($2500.00-$0.00)*12)-($3400.00*3)
or $30000.00-$10200.00=$19800.00
 
Upvote 0
Okay, it looks like the problem may lie in the tables. Can you post the tables for both single ($AB$28:$AC$34) and married ($AD$28:$AE$34)?
 
Upvote 0
SINGLE MARRIED
$0.00, 0.00, $0.00, 0.00
$2,650.00, 0.10, $8,000.00, 0.10
$10,120.00, 0.05, $23,350.00, 0.05
$33,520.00, 0.10, $70,700.00, 0.10
$77,075.00, 0.03 $133,800.00, 0.03
$162,800.00, 0.05 $203,150.00, 0.05
$351,650.00, 0.02 $357,000.00, 0.02

I can't get this to keep the spacing, so I placed commas where the cells are separated.
 
Upvote 0
Hmmm... the tables seem fine. If you'd like, send me your email address by Private Message and I'll send you a sample file.
 
Upvote 0
I copied the formula and replaced your A2 and B2 with my info and this time it worked. I didn't see where it was messed up before, but who cares! Thanks for all your help, I owe you one.
 
Upvote 0
It looks like there was a typo in your formula. I didn't notice it until now, but the second...

(((H8-H32)*12)-(3400*D25)

...in the formula wasn't correct. Anyway, glad you've sorted it out.
 
Upvote 0

Forum statistics

Threads
1,224,524
Messages
6,179,308
Members
452,904
Latest member
CodeMasterX

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