+ Reply to Thread
Results 1 to 9 of 9

Need help with VLOOKUP.

  1. #1
    Registered User
    Join Date
    03-14-2016
    Location
    binghamton
    MS-Off Ver
    2013
    Posts
    4

    Need help with VLOOKUP.

    Hi guys. I understood how to use VLOOKUP to get a tax rate from a table for the money range. Here is the table.
    Screen Shot 2016-03-14 at 1.45.43 AM.png
    I am supposed to calculate the federal tax. Federal Tax = Federal Tax Rate * Pay after deductions
    I dont understand how can I use the way below to calculate it. I can only make the worksheet take one percentage according to the weekly pay after deductions value. Can anyone help me do this ?:

    For a given row, the tax rate in the second column applies to the weekly pay greater than or equal
    to (but less than the weekly pay in the row right below) the value in the first column. For example, if the
    weekly pay after deduction is equal to $1,200; the tax would be 5% of the first $650 plus 10% of $350
    (1,000 – 650) plus 15% of $200 (1,200 – 1,000).

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,937

    Re: Need help with VLOOKUP.

    Hi welcome to the forum.
    I haven't checked it yet but if you read the quote it's a question of splitting up the pay or amount you have (1200)
    1200 is split up
    0-649
    650-999
    1000-1499 and here you only have 200 left
    So you do 3 time VLOOKUP for 0, 650 and 100
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,053

    Re: Need help with VLOOKUP.

    This sounds a bit like a homework assignment?
    How would you do this by hand?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    03-14-2016
    Location
    binghamton
    MS-Off Ver
    2013
    Posts
    4

    Re: Need help with VLOOKUP.

    Quote Originally Posted by Keebellah View Post
    Hi welcome to the forum.
    I haven't checked it yet but if you read the quote it's a question of splitting up the pay or amount you have (1200)
    1200 is split up
    0-649
    650-999
    1000-1499 and here you only have 200 left
    So you do 3 time VLOOKUP for 0, 650 and 100
    I got it but I dont know how to seperate the value to those intervals. Any help would be appreciated

  5. #5
    Registered User
    Join Date
    03-14-2016
    Location
    binghamton
    MS-Off Ver
    2013
    Posts
    4

    Re: Need help with VLOOKUP.

    Quote Originally Posted by FDibbins View Post
    This sounds a bit like a homework assignment?
    How would you do this by hand?
    yes it is a homework assignment. one of 8+ worksheets. I got only this formula left to do

  6. #6
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,937

    Re: Need help with VLOOKUP.

    Well, homework should be your own gain, sorry.

    Just think of what I told you and if this is part of your exam I expect that some logic and brain gymnastics are in place

  7. #7
    Registered User
    Join Date
    03-14-2016
    Location
    binghamton
    MS-Off Ver
    2013
    Posts
    4

    Re: Need help with VLOOKUP.

    Quote Originally Posted by Keebellah View Post
    Well, homework should be your own gain, sorry.

    Just think of what I told you and if this is part of your exam I expect that some logic and brain gymnastics are in place
    this is just an assignment I dont get why you dont help just because it is my homework. my class doesnt even have anything to do with excel

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,053

    Re: Need help with VLOOKUP.

    Nothing is more frustrating than to be working on homework and to get stuck. Without guidance, you might have no hope of finishing the assignment before the deadline. The Internet can be a big help in that respect, but without learning how to get the right answer, asking others to solve your homework questions for you simply becomes a downward spiral (and it's cheating).

    We do not want to contribute to you cheating yourself out of your education, but we also acknowledge that seeking assistance to learn a concept is a legitimate request.

    If you are genuinely interested in receiving help in the form of tutoring or coaching, then please rephrase the title of your original post to clearly indicate you are seeking coaching or tutoring help. Any forum members (who are willing to assist as a tutor) will modify their responses accordingly to facilitate your learning. Tutors don't tell you the answers, they help you figure it out for yourself; so don't expect answers, expect suggestions, or just plain hints. Also, be specific in describing the function/formula or technique you trying to learn, and tell us what you have attempted so far. Otherwise, expect your plea for homework answers to be ignored.

  9. #9
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,937

    Re: Need help with VLOOKUP.

    If you read my first answer #2
    HTML Code: 
    Then you might just see it.
    You know that 0-649 = 0%
    then just do the following
    VLOOKUP 650 ? %
    VLOOKUP 1000 ? %
    and VLOOKUP what comes after 1000 since it's x % you need to pay over the remaining 200
    So, I guess you've got enough information.
    Homework is homework

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] When vlookup ragnes is mutiple: How do vlookup value finding occurrence against coresspond
    By silambarasan.J in forum Excel Formulas & Functions
    Replies: 34
    Last Post: 07-07-2015, 09:32 AM
  2. Using vLookup based on results from a vLookup & returning an undetermined list
    By NormalityBan in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 08-14-2014, 05:02 AM
  3. Replies: 0
    Last Post: 12-26-2013, 01:12 PM
  4. Display Cell within VLookup range that excel thinks matches the VLookup Value
    By headachexcelperson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-04-2013, 04:56 PM
  5. [SOLVED] Vlookup is not working and giving =vlookup(B2,$T$2:$U$135,2,false) this kind of values.
    By yogeshsharma1981 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-09-2013, 04:08 PM
  6. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  7. Replies: 5
    Last Post: 07-29-2009, 07:53 AM

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