+ Reply to Thread
Results 1 to 4 of 4

Index & Match multiple cells from sheet1 in sheet2 and output relative cell in sheet2

  1. #1
    Registered User
    Join Date
    06-22-2013
    Location
    Guernsey
    MS-Off Ver
    Excel 2010
    Posts
    7

    Index & Match multiple cells from sheet1 in sheet2 and output relative cell in sheet2

    Hi all, I've searched everywhere and tried tons of formulas to get the output I need. Can someone help me?

    I have a row of data in Sheet1:
    In Cell P2 I have United Kingdom, In E2 I have ABC123, In C2 I have the formula.
    In Sheet2, I have many rows of data... One of the rows will have matching data I am looking for.

    What I would like to do is, Lookup the value of P2 from sheet1 in sheet2 column H and if found, in the same row Lookup E2 from sheet1 in sheet 2 column DU, if there is a match then output the relative value from Column DN from the matching row in Sheet2.

    Thanks

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: Index & Match multiple cells from sheet1 in sheet2 and output relative cell in sheet2

    Please attach a sample workbook. Make sure there is enough data to demonstrate your need. Make sure your desired results are shown, mock them up manually if necessary. Remember to remove ALL confidential information first!!!

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    The paperclip icon
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    09-15-2015
    Location
    Tehran
    MS-Off Ver
    2013
    Posts
    19

    Re: Index & Match multiple cells from sheet1 in sheet2 and output relative cell in sheet2

    suppose the data have entered inrows 1 to 100 in sheet2
    try this array formula (you should hit CTRL+SHIFT+ENTER at the end of typing formula)

    =index(Sheet2!DN1:DN100,match(p2,if(Sheet2!DU1:DU100=E2,Sheet2!H1:H100),0))

  4. #4
    Registered User
    Join Date
    06-22-2013
    Location
    Guernsey
    MS-Off Ver
    Excel 2010
    Posts
    7

    Talking Re: Index & Match multiple cells from sheet1 in sheet2 and output relative cell in sheet2

    Thanks for the replies, I have now managed this by using the example provided by rsdoost.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Match value in sheet1 for sheet2 and copy to sheet2
    By soli004 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-04-2014, 07:15 PM
  2. Replies: 6
    Last Post: 07-25-2013, 02:58 PM
  3. [SOLVED] If cell value on Sheet1 not found on Sheet2 copy row to Sheet2
    By Yxx in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-18-2013, 04:15 AM
  4. Replies: 2
    Last Post: 03-03-2013, 12:06 PM
  5. [SOLVED] Look for values in sheet1 (input) and paste output in dedicated cells in sheet2
    By dnlwstr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-30-2013, 06:38 AM
  6. Replies: 5
    Last Post: 12-19-2012, 11:05 AM
  7. Macro to copy range of cell from sheet1 to sheet2 based on a cell value in sheet2
    By drgwhizz in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-25-2012, 10:39 AM
  8. Index Match all Rows from Sheet1 to Sheet2 Columns
    By RomstadtJ in forum Excel General
    Replies: 8
    Last Post: 06-20-2010, 11:46 AM

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