+ Reply to Thread
Results 1 to 5 of 5

Pulling data from one spreadsheet if its matche din another

Hybrid View

  1. #1
    Registered User
    Join Date
    07-23-2012
    Location
    dc
    MS-Off Ver
    Excel 2003
    Posts
    3

    Pulling data from one spreadsheet if its matche din another

    Hi here's my issue:

    Spreadsheet 1: List of 500 companies

    Spreadsheet 2: List of 1200 companies in one column, with revenue in another.

    Problem: I want to see if any of the companies in spreadsheet 1 are matched in the list in spreadsheet 2, and if they are then I want to insert the corresponding revenue from spreadsheet 2 next to the company name in spread sheet 1.

    Any ideas?

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Pulling data from one spreadsheet if its matche din another

    You posted no excel example.

    So i just give you a hint.

    Use index / match.

    Having said that.

    I recognise this question. You already posted this one today.

    Please mark one question as solved.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    07-23-2012
    Location
    dc
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Pulling data from one spreadsheet if its matche din another

    Here is the example.

    That first sheet is the companies I want to look up, the second is the master list that has all the revenues/employee sizes. Book1.xlsx

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

    Re: Pulling data from one spreadsheet if its matche din another

    vlookup is another option.

    someone may be able to explain index/match, but I use vlookup so much I find it very easy.


    essentially:

    =vlookup(value to look up, place to look it up including all data desired [array], column number, 'false' to force exact match)

    so
    =vlookup(a2,other spreadsheet a2:f502,4,false)
    this assumes a2:f502 covers the data you're looking for, and that the data you want is in column 4.

    you do not need to bring over more than you need - if it's only columns a & b, that's fine
    but...
    the leftmost column of the array MUST contain the data you're matching on. It looks to the right for column 4, not to the left.

    Now that I see your example, you may have to clean up to get exact matches...
    Attached Files Attached Files
    Last edited by Hang Glider; 07-23-2012 at 05:28 PM.

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Pulling data from one spreadsheet if its matche din another

    And the solution with index / match
    Attached Files Attached Files

+ 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