|
Posted by RCW on October 4, 2006, 2:16 pm
Please log in for more thread options
These may help out someone:
2006 Formula for Federal Income Tax Deduction - Single
A=ANNUAL(ADJUSTED_GROSS)-(EMP_FEDERAL_ALLOWANCES*3299.92);
B=0;
B=IF(A>2652, 0.1*A - 265.20, B);
B=IF(A>10010, 0.15*A - 765.70, B);
B=IF(A>32240, 0.25*A - 3989.70, B);
B=IF(A>73242, 0.28*A - 6186.96, B);
B=IF(A>156650, 0.33*A - 14019.46, B);
B=IF(A>338390, 0.35*A - 20787.26, B);
ANSWER=-PRORATE(B)-EMP_FEDERAL_EXTRA
-----------------------------------------------------------------------
2006 Formula for Federal Income Tax Deduction - Married
A=ANNUAL(ADJUSTED_GROSS)-(EMP_FEDERAL_ALLOWANCES*3299.92);
B=0;
B=IF(A>8008, 0.1*A - 800.80, B);
B=IF(A>22906, 0.15*A - 1946.10, B);
B=IF(A>68042, 0.25*A - 8750.30, B);
B=IF(A>126906, 0.28*A - 12557.48, B);
B=IF(A>195442, 0.33*A - 22329.58, B);
B=IF(A>343538, 0.35*A - 29200.34, B);
ANSWER=-PRORATE(B)-EMP_FEDERAL_EXTRA
|
| Similar Threads | Posted | | Re: PT 2006 keeps prompting to register | July 23, 2006, 5:34 pm |
| editing invoice Peachtree 2006 | November 7, 2007, 3:06 pm |
| PeachTree Complete 2006 installation | December 10, 2007, 6:20 am |
| 2004 PCW update to 2006 PPA not happening | February 5, 2008, 2:26 pm |
| import invoice data in peachtree 2006 | December 15, 2006, 12:41 am |
| Peachtree 2006 Can I enter sales tax into a vendor's invoice | July 7, 2006, 6:48 pm |
| How do you unvoid a voided check in Peachtree 2005 or 2006? | January 19, 2007, 8:07 am |
| Peachtree 2006 payroll check form issue | January 26, 2007, 3:27 pm |
| Peachtree 2006 premium - same inventory item in multiple locations | May 25, 2007, 8:49 pm |
| Peachtree Complete Accounting 2006 peachw.exe still running when program closed | December 13, 2006, 12:43 pm |
|
|