+ Reply to Thread
Results 1 to 7 of 7

look-ups from one sheet to another

  1. #1
    Registered User
    Join Date
    07-13-2010
    Location
    Scotland
    MS-Off Ver
    Excel 2003
    Posts
    5

    look-ups from one sheet to another

    hello, would be very grateful for some help.

    I have two spreadsheets, one with data regarding students' attendance at events, and 2nd sheet with general data about students (including supervisor details).
    I need to get supervisor details (single column) into the first spreadsheet.
    I think this means doing a look-up, but not sure (a) if that's right, or (b) how do to it.
    could someone point me in direction of a fool-proof tutorial in non-tech speak, or explain it.

    thank-you very much in advance.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: look-ups - how on earth??

    Have a look at VLOOKUP in Excel's help files.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    10-16-2008
    Location
    Iowa
    Posts
    121

    Re: look-ups from one sheet to another

    Quote Originally Posted by Pteridium View Post
    hello, would be very grateful for some help.

    I have two spreadsheets, one with data regarding students' attendance at events, and 2nd sheet with general data about students (including supervisor details).
    I need to get supervisor details (single column) into the first spreadsheet.
    I think this means doing a look-up, but not sure (a) if that's right, or (b) how do to it.
    could someone point me in direction of a fool-proof tutorial in non-tech speak, or explain it.

    thank-you very much in advance.
    You need to have a common value in each sheet:
    Sheet 1
    name supv
    Sheet 2
    supv supvdetails otherstuff

    You are looking up Sheet 1's column b as the lookup_value (the common value in each sheet), all cells with data in Sheet 2 as the table_array, and 2 as the col_index (the number of columns in Sheet 2 that contains the data you want to pull into Sheet 1).

  4. #4
    Registered User
    Join Date
    07-13-2010
    Location
    Scotland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: look-ups from one sheet to another

    well, I tried, but no luck. Thanks for trying tho guys.

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: look-ups from one sheet to another

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!

  6. #6
    Registered User
    Join Date
    07-13-2010
    Location
    Scotland
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: look-ups from one sheet to another

    ok, so here is a dummy worksheet that illustrates what I need to do. sheet 1, I have highlighted the column where I want to 'import' information. Sheet 2, I have highlighted the information that I want to import. The common factor between the two sheets is student surname.

    Thanks.
    Attached Files Attached Files

  7. #7
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: look-ups from one sheet to another

    Ok since your lookup column is to the right of the results column, then the standard Vlookup as we described won't work..

    You can try:

    =INDEX('second sheet'!J:J,MATCH(B2,'second sheet'!$L:$L,0))

+ 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