+ Reply to Thread
Results 1 to 6 of 6

Lookup multiple values on different sheet

Hybrid View

  1. #1
    Registered User
    Join Date
    07-01-2010
    Location
    Houston, TX
    MS-Off Ver
    Excel 2007
    Posts
    47

    Lookup multiple values on different sheet

    Hello everyone. I have assigned an ID number along with name, playing tees, index and handicap on one sheet. I then have another sheet (score sheet or event sheet). I want to be able to insert the players ID number on the score sheet and populate their name as well as "their" data relative to handicap, index, and playing tees. Each of those numbers has it's own column because they are needed for other formulas on the master spreadsheet (skins, net scores, etc..). I've included a sample of what i am looking for. The actual ID sheet will be well over 100 players.

    Could someone tell me the formula i would insert on the score or event sheet? I was able to do it for the name, but not for the index, tees and handicap. Thank you.
    Attached Files Attached Files
    Last edited by rwhite713; 07-08-2010 at 08:43 PM.

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Lookup multiple values on different sheet

    Hi

    Score sheet:
    F10: =VLOOKUP(A10,'player info'!A3:D9,3,FALSE)
    G10: =VLOOKUP(A10,'player info'!A3:D9,4,FALSE)

    HTH

    rylo

  3. #3
    Registered User
    Join Date
    07-01-2010
    Location
    Houston, TX
    MS-Off Ver
    Excel 2007
    Posts
    47

    Re: Lookup multiple values on different sheet

    Thank you Rylo. I could not get the second formula to work. I got the first one to work fine and i want to thank you for that. I've attached the sheet again. Do you see what i'm doing wrong? Thank you again.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Lookup multiple values on different sheet

    Hi

    You will have to change the number format for cells F10 and G10 from text to general. Select the cells, Format, Cells, Number, General then save.

    Once you have changed the formats, you will have to edit and resave the formulas in the cells. So pick F10, press the F2 key, then press enter. Formula should then calculate.

    HTH

    rylo

  5. #5
    Registered User
    Join Date
    07-01-2010
    Location
    Houston, TX
    MS-Off Ver
    Excel 2007
    Posts
    47

    Re: Lookup multiple values on different sheet

    yes, that works. Thank you so much. How do i give positive feed back for you? Thank you again

  6. #6
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Lookup multiple values on different sheet

    Hi

    If this has solved the problem, please go back to your original post, edit, go advanced and mark as solved.

    To show appreciation, there is a grey scale icon. Selecting that will add to reputation.

    rylo

+ 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