+ Reply to Thread
Results 1 to 5 of 5

Match values in one list to multiple values in another list

  1. #1
    Registered User
    Join Date
    06-08-2012
    Location
    Ponta delgada
    MS-Off Ver
    Excel 2007
    Posts
    3

    Match values in one list to multiple values in another list

    Hello!
    I am looking for some tips for a big table data! I hope someone can help me!
    As you can see in the image I have a table were (from line 426 to 431) in the Colum B I have scientific names of some species, in the other columns (C,D,E, etc.) I have codes of the locations of the Colum B species.
    What I am looking now, is some kind of way to calculate witch scientific species are present in every single code locations new list (B435, B436, etc).
    Can you understand the point?

    Thanks in advance!
    Luís Amen
    Capturar1.JPGCapturar2.JPG
    Last edited by luiszyx; 06-11-2012 at 02:15 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Match values in one list to multiple values in another list

    Try:

    =IFERROR(INDEX($B$426:$B$431,SMALL(IF($C$426:$K$431=$B435,ROW($B$426:$B$431)-ROW($B$426)+1),COLUMNS($C$435:C$435))),"")

    confirmed with CTRL+SHIFT+ENTER not just ENTER and copied across as far as needed to get all, and down.

    Note: adjust ranges to suit in C435, then re-confirm with CSE keys before copying over and down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    06-08-2012
    Location
    Ponta delgada
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Match values in one list to multiple values in another list

    First of all many thanks!

    But I still can´t do it! My excel is in Portuguese version, does it matter?
    My data is a bit bigger than if photos (trying to simplify)

    I have used this formula!
    =SE.ERRO(ÍNDICE($B$5:$B$431,MÍNIMO(SE($C$5:$DV$431=$B435,COLUNA($B$5:$B$431)-COLUNA($B$5)+1),COLUNAS($C$435:C$435))),"")

    Can you understand?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Match values in one list to multiple values in another list

    I think the Portuguese version would be:

    Please Login or Register  to view this content.
    or

    Please Login or Register  to view this content.
    you have to hold the CTRL and SHIFT keys down and press ENTER. You will see { } brackets around the formula... then you can copy down/across as needed.
    Last edited by NBVC; 06-12-2012 at 01:58 PM. Reason: adjust range to match sample formula given by OP

  5. #5
    Registered User
    Join Date
    06-08-2012
    Location
    Ponta delgada
    MS-Off Ver
    Excel 2007
    Posts
    3

    Talking Re: Match values in one list to multiple values in another list

    Thanks a lot! Problem solved!
    Very very grateful!

    Luis

+ 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