+ Reply to Thread
Results 1 to 7 of 7

Index Match Help Please!

  1. #1
    Registered User
    Join Date
    11-01-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    52

    Index Match Help Please!

    Morning All,

    I need a bit of help on the attached spreadsheet. Basically, I have a list of various different company addresses on sheet 1, which all have both a unique company ID (column a) and and numerical address identifier (column d). What I need to do, is transpose on to sheet 2 the corresponding address based on these 2 criteria, from the numerical address identifer noted on row 1 of sheet 2..

    Sorry for the vague explanation, but hopefully the attached spreadsheet will explain better what I need to do?

    Any thoughts please?
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Index Match Help Please!

    Morning to you.

    Something like this?
    Attached Files Attached Files
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Contributor
    Join Date
    04-23-2013
    Location
    Abu Dhabi United Arab Emirates
    MS-Off Ver
    Excel 2010
    Posts
    178

    Re: Index Match Help Please!

    try this:
    in sheet2 column b3:
    =IFERROR(INDEX(Sheet1!$B$2:$B$8,MATCH(Sheet2!$A3&Sheet2!B$1,Sheet1!$A$2:$A$8&Sheet1!$D$2:$D$8,0),1),"")
    in sheet2 column c3
    =IFERROR(INDEX(Sheet1!$C$2:$C$8,MATCH(Sheet2!$A3&Sheet2!C$1,Sheet1!$A$2:$A$8&Sheet1!$D$2:$D$8,0),1),"")

    you need to remove the merge cell so that it will work rather to change the Sheet B$1 every time and each column from the merge cell type the same i.e. column B & C 1 & 1, D & E 2 & 2 and so on then select column B & C and copy to Column E to K

  4. #4
    Valued Forum Contributor
    Join Date
    02-05-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2013
    Posts
    571

    Re: Index Match Help Please!

    Try this:
    Please Login or Register  to view this content.
    Note :
    * Array formula, use ctrl+shift+enter
    * Copy across and down
    Last edited by SDCh; 06-05-2013 at 05:32 AM. Reason: Revisi formula
    Click (*) if you received helpful response.

    Regards,
    David

  5. #5
    Forum Contributor
    Join Date
    04-23-2013
    Location
    Abu Dhabi United Arab Emirates
    MS-Off Ver
    Excel 2010
    Posts
    178

    Re: Index Match Help Please!

    check the attachment
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-01-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    52

    Re: Index Match Help Please!

    Thank you all for your help, Fotis, it took a little tinkering at this end, but eventually it worked a treat(kept forgetting it's an array formula!!).

    Thank you all again!

  7. #7
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Index Match Help Please!

    ......................

+ 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