+ Reply to Thread
Results 1 to 4 of 4

Match two columns (two sheets) to pull data into sheet 1

  1. #1
    Registered User
    Join Date
    08-28-2012
    Location
    Little Rock, Arkansas
    MS-Off Ver
    Excel 2010
    Posts
    22

    Match two columns (two sheets) to pull data into sheet 1

    Good afternoon,

    I am using Excel 2007.

    I have frustrated myself trying to make a sample formula work I received from a friend.

    I need the formula to extract an order number (DOCNO) from Sheet2's column D to put its matching record on Sheet1 in column A when Sheet1's NIIN matches Sheet2's NIIN column.

    I have attached a sample of the spreadsheet.

    Here is the script sent me. I made multiple variations trying to make it work, but no success.

    =INDEX(Sheet1!$C$2:$C$2493,MATCH(1,IF(Sheet1!$A$2:$A$2493=$B4,IF(Sheet1!$B$2:$B$2493=$C4,1)),0))

    Thanks for any help.

    Michael

    Sample.xlsx

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

    Re: Match two columns (two sheets) to pull data into sheet 1

    See the golden cells.

    Please reply if this is what you're up to.
    Attached Files Attached Files
    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
    08-28-2012
    Location
    Little Rock, Arkansas
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: Match two columns (two sheets) to pull data into sheet 1

    Awsome, seeing what you did and my changing the sheet names to update the formula shows perfectly how to set up the formula. I did expand the column (bolded) to use on the rest of the rows.


    =INDEX(DOCNO!D$1:F$6,MATCH(ABF_Records!$D$6:D22,DOCNO!$F$1:$F$20,0),1)


    Thank you very much, it works great.

    Michael

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

    Re: Match two columns (two sheets) to pull data into sheet 1

    Learn yourself to keep the range of data always the same. e.g. d1:f20 => d6:d20 => f1:f20 (instead of f21).

    Please Login or Register  to view this content.
    Glad I could help. Thanks for the reply.

    If the question is solved, will you mark your question as solved?

    If you have (other) questions, on this item, just ask.

+ 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