+ Reply to Thread
Results 1 to 6 of 6

match single data with multiple data

Hybrid View

  1. #1
    Registered User
    Join Date
    10-18-2011
    Location
    dhaka, bangladesh
    MS-Off Ver
    Excel 2003
    Posts
    31

    match single data with multiple data

    i have a problem but some data matches and some don't when i match data with multiple datas , can you please help? i have attached a a sample, red marked does not match while other match.
    Attached Files Attached Files
    Last edited by moin; 12-13-2012 at 08:50 AM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: match single data with multiple data

    lookup Returns a value either from a one-row or one-column range or from an array.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    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: match single data with multiple data

    Do you use Excel2003?
    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.

  4. #4
    Registered User
    Join Date
    10-18-2011
    Location
    dhaka, bangladesh
    MS-Off Ver
    Excel 2003
    Posts
    31

    Re: match single data with multiple data

    i use excel 2010

  5. #5
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: match single data with multiple data

    Hi Moin,

    use below formula :-
    Formula: copy to clipboard
    =INDEX($A:$A,MIN(IF($C$4:$E$9=$C13,ROW($C$4:$E$9),"")))


    enter this using ctrl shift enter key combination. thanks

    See attached: Book1.xls

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

  6. #6
    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: match single data with multiple data

    Try

    =IFERROR(IFERROR(INDEX($A$4:$A$9,MATCH(C13,$C$4:$C$9,0)),INDEX($A$4:$A$9,MATCH(C13,$D$4:$D$9,0))),INDEX($A$4:$A$9,MATCH(C13,$E$4:$E$9,0)))

+ 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