+ Reply to Thread
Results 1 to 6 of 6

Extract some names from base list based on other list

  1. #1
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Extract some names from base list based on other list

    Good evening,
    I ask for your help to report a series of names / teams based on some choices.

    In the attached file I would like to automatically fill columns E-F Foglio2
    only for the names listed B2: B8
    taking them from the Serie A sheet with columns C: D

    If possible also column D Foglio2
    taking it from the Serie A column F sheet
    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Extract some names from base list based on other list

    Please try at
    D2
    =ROUNDUP(MATCH(E2&F2,SQ_CASA&SQ_FUORI,0)/10,0)

    E2
    =INDEX(SQ_CASA,AGGREGATE(15,6,ROW(SQ_CASA)/(ISNUMBER(MATCH(SQ_CASA,$B$2:$B$8,))+ISNUMBER(MATCH(SQ_FUORI,$B$2:$B$8,))>0),ROWS(E$2:E2))-ROW('Serie A'!$C$2))

    F2
    =INDEX(SQ_FUORI,AGGREGATE(15,6,ROW(SQ_CASA)/(ISNUMBER(MATCH(SQ_CASA,$B$2:$B$8,))+ISNUMBER(MATCH(SQ_FUORI,$B$2:$B$8,))>0),ROWS(F$2:F2))-ROW('Serie A'!$C$2))
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Re: Extract some names from base list based on other list

    great ... you are strong.
    Thanks it works

  4. #4
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Re: Extract some names from base list based on other list

    Hello Bo
    sorry for the trouble

    I wish I could make a correction
    that is, make a list of the encounters between the teams
    that are in column B
    As from the file attached to post # 1

    So in your file the first to see is line 4 Lazio-Atalanta
    they are both listed in column B
    I hope it is clear.

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Extract some names from base list based on other list

    Please try at
    E2
    =IFERROR(INDEX(SQ_CASA,AGGREGATE(15,6,ROW(SQ_CASA)/ISNUMBER(MATCH(SQ_CASA,$B$2:$B$8,))/ISNUMBER(MATCH(SQ_FUORI,$B$2:$B$8,)),ROWS(E$2:E2))-ROW('Serie A'!$C$2)),"")

    F2
    =IFERROR(INDEX(SQ_FUORI,AGGREGATE(15,6,ROW(SQ_CASA)/ISNUMBER(MATCH(SQ_CASA,$B$2:$B$8,))/ISNUMBER(MATCH(SQ_FUORI,$B$2:$B$8,)),ROWS(F$2:F2))-ROW('Serie A'!$C$2)),"")
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    05-16-2012
    Location
    Latina, ITALY
    MS-Off Ver
    Excel 2010--2016
    Posts
    947

    Re: Extract some names from base list based on other list

    Thanks Bo
    perfect fast
    Hello

+ 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] Extract names from a list that have a certain value
    By mtouhig in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-16-2020, 04:37 AM
  2. [SOLVED] Extract unique sub-list from repeated list based on criteria
    By Mohamed Elgammal in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-30-2019, 11:27 AM
  3. [SOLVED] Formula needed to extract name from list base on few character
    By jp16 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-29-2017, 06:03 AM
  4. [SOLVED] Extract names from list only once
    By Immortal2014 in forum Excel General
    Replies: 7
    Last Post: 09-26-2017, 03:13 PM
  5. [SOLVED] Extract names in a list, and present in order, based on qty criteria.
    By TrondG in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 06-23-2016, 08:04 AM
  6. Replies: 1
    Last Post: 02-20-2014, 12:24 PM
  7. Auto Allocating names to Rows base on a column list.
    By fodio in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-25-2012, 06:16 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