+ Reply to Thread
Results 1 to 6 of 6

Using VLOOKUP to link data on separate sheets

  1. #1
    Registered User
    Join Date
    11-02-2012
    Location
    Montreal
    MS-Off Ver
    Excel mac 2011
    Posts
    4

    Using VLOOKUP to link data on separate sheets

    Hello,

    I have numbers in Colomn A on one sheet. On a second sheet I have the same numbers in Colomn A as well as names in colomn B. I would need the names linked with the numbers from the second sheet to appear next to the appropriate numbers on the first sheet.

    I am trying to use VLOOKUP, but cannot get it to work properly. Ideally, I would like the result to be exact, not approximate. Perhaps with FALSE?

    Thank you so much for your help!!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    01-24-2011
    Location
    South Carolina
    MS-Off Ver
    Excel 2007
    Posts
    74

    Re: Using VLOOKUP to link data on separate sheets

    yes, with FALSE

    =Vlookup(cell to look up in column A, Array [other sheet, from column a1 to bxxx, column to bring over [2?]], false)

    looks like this:

    =VLOOKUP(A1,'[Other sheet.xlsx]Sheet1'!$A$1:$B$99,2,FALSE)

    Beware, if it's just on another tab in the same sheet, the array doesn't "lock" and will float as you copy the formula.
    Last edited by Hang Glider; 11-09-2012 at 11:59 AM.

  3. #3
    Forum Contributor
    Join Date
    09-13-2012
    Location
    Atlanta, USA
    MS-Off Ver
    Office 2003, 2010
    Posts
    230

    Re: Using VLOOKUP to link data on separate sheets

    All of your values on the first sheet had a blank space at the end, so I used LEFT to get rid of that value. They now match. Your formula was fine, I just switched the 1 to a false.

    For example, "Tom" and "Tom " look the same in a cell, but the second one has a space, which causes VLOOKUP to not calculate the two values as equal.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    01-24-2011
    Location
    South Carolina
    MS-Off Ver
    Excel 2007
    Posts
    74

    Re: Using VLOOKUP to link data on separate sheets

    Good catch, Jake.
    AbleBits.com has a free plug-in for Excel that strips extra spaces from a selected column/row. I use it a lot, because the files sent to me are often from a database with a set number of characters in a field - and it packs spaces to fill the requirements of the field - which causes the same problem.

    (I am not affiliated with above site, only sharing info about freeware that I found helpful)

  5. #5
    Forum Contributor
    Join Date
    09-13-2012
    Location
    Atlanta, USA
    MS-Off Ver
    Office 2003, 2010
    Posts
    230

    Re: Using VLOOKUP to link data on separate sheets

    That is something I would be interested in...it says 15 day free trial and after that it is $20. Is that like WinZip where they never collect, or have they just recently started charging?

    EDIT: Sorry to go off topic, this just sounds like a great tool.
    Last edited by jake.masters; 11-09-2012 at 12:15 PM.

  6. #6
    Registered User
    Join Date
    11-02-2012
    Location
    Montreal
    MS-Off Ver
    Excel mac 2011
    Posts
    4

    Talking Re: Using VLOOKUP to link data on separate sheets

    Amazing! It works perfectly now, thank you so much!

+ 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