+ Reply to Thread
Results 1 to 6 of 6

Calculate tax deductions

  1. #1
    Registered User
    Join Date
    11-17-2009
    Location
    delta,bc
    MS-Off Ver
    Excel 2003
    Posts
    2

    Post Calculate tax deductions

    Hello everyone, in my accounting class we are learning how to deduct taxes from the sample employees take-home pay. This is real tedious to do for every employee when you have to switch sheets all the time and figure out how much Federal and Provincial taxes to take off. I was wondering if anyone knows how to use a formula to find the correct value from the table on one of the sheets, and return it to where the deduction boxes are. To help better see this, below is a link to download the file I have. Thank you for your help in advance!

    ftp://public@pubftp.myftp.biz/CH21.xls

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: How do I go about using a formula in excel to calc. the tax deductions in this fi

    Try these formulas in your posted model:

    Sheet: DRILL 21-D2 P.475

    Please Login or Register  to view this content.
    Copy those formulas down through Row_24

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    11-17-2009
    Location
    delta,bc
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Calculate tax deductions

    Hi Ron, Thank you so much for your reply. The formula works beautifully. However, in some of the cells it shows a N/A error. Why does it do that to only some of the cells?

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Calculate tax deductions

    Hi,

    When Vlookup returns N/A, it means that the lookup value is not present in the lookup range. You either want to clean up your data, make sure that E17 can only have valid values, or filter out the N/A with an IF statement like


    =IF(ISNA(MATCH(E17,'Provincial Income Tax'!$A$8:$A$67,0)),"",VLOOKUP(E17,'Provincial Income Tax'!$A$8:$N$67,D17+4,1))

    hth

  5. #5
    Registered User
    Join Date
    08-13-2012
    Location
    St. James, Jamaica
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Calculate tax deductions

    Quote Originally Posted by A1596833 View Post
    Hi Ron, Thank you so much for your reply. The formula works beautifully. However, in some of the cells it shows a N/A error. Why does it do that to only some of the cells?
    maybe the values in the cells does not meet the requirements for the N/A ones, i have a similar tax workout prob but i was wondering if all the tax deductions can be done in one cell for example


    pay of 5500, tax is applied to any income earned above $5000 income tax 25%, $155 for health care, 2% for union fee, 15% for retirement fee, can one formula be derived to calculate all of that?
    Last edited by nevintech; 08-13-2012 at 09:27 AM.

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Calculate tax deductions

    nevintech,

    Welcome to the Forum, unfortunately:

    Your post does not comply with Rule 2 of our Forum RULES. Don't post a question in the thread of another member -- start your own thread. If you feel it's particularly relevant, provide a link to the other thread. It makes sense to have a new thread for your question because a thread with numerous replies can be off putting & difficult to pick out relevant replies.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1