+ Reply to Thread
Results 1 to 3 of 3

How do I match values in one spreadsheet to values in another?

  1. #1
    David
    Guest

    How do I match values in one spreadsheet to values in another?

    I am trying to match some numbers from a column in one spreadsheet to the
    numbers from another spreadsheet. I basically want to match up which numbers
    are in both lists. I also want to bring the information from other columns
    with that number.

  2. #2
    Registered User
    Join Date
    08-04-2006
    Posts
    36
    vlookup is your friend


    =VLOOKUP(A1,'Sheet 1'!A:B,2,FALSE)

    where by A1 is the value you need to look up

    Sheet 1 is where you're looking into. Column 1 is always the "looked up" range and the 2 is the column number of where the information you wish to pull back is held.

    Make sure you enter false at the end so that you don't have to worry about the list being sorted.


    If it comes back as #n/a then the value doesn't exist in the reference range.

  3. #3
    David
    Guest

    Re: How do I match values in one spreadsheet to values in another?

    Sounds good-will try and let you know if it I get hung up. Thanks.

    "mr_ben" wrote:

    >
    > vlookup is your friend
    >
    >
    > =VLOOKUP(A1,'Sheet 1'!A:B,2,FALSE)
    >
    > where by A1 is the value you need to look up
    >
    > Sheet 1 is where you're looking into. Column 1 is always the "looked
    > up" range and the 2 is the column number of where the information you
    > wish to pull back is held.
    >
    > Make sure you enter false at the end so that you don't have to worry
    > about the list being sorted.
    >
    >
    > If it comes back as #n/a then the value doesn't exist in the reference
    > range.
    >
    >
    > --
    > mr_ben
    > ------------------------------------------------------------------------
    > mr_ben's Profile: http://www.excelforum.com/member.php...o&userid=37106
    > View this thread: http://www.excelforum.com/showthread...hreadid=571745
    >
    >


+ 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