+ Reply to Thread
Results 1 to 7 of 7

Extract Multiple Data as list from a Table

  1. #1
    Registered User
    Join Date
    03-29-2016
    Location
    Odessa, Ukraine
    MS-Off Ver
    Mac 2011 office
    Posts
    4

    Extract Multiple Data as list from a Table

    As shown in attachment, I need a result shown in sheet2. Sheet1 has source data. When I input on ""sheet2 cell B1" category name I need all the related columns with the same category name listed.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Extract Multiple Data as list from a Table

    Did you forget to add the attachment? Your post doesn't mean much without it.

    Pete

  3. #3
    Registered User
    Join Date
    03-29-2016
    Location
    Odessa, Ukraine
    MS-Off Ver
    Mac 2011 office
    Posts
    4

    Re: Extract Multiple Data as list from a Table

    Somehow I cannot attach any file. I do not know why but when I click attach button appears a thin white blank box. Any idea why?

  4. #4
    Registered User
    Join Date
    03-29-2016
    Location
    Odessa, Ukraine
    MS-Off Ver
    Mac 2011 office
    Posts
    4

    Re: Extract Multiple Data as list from a Table

    Please see attachment. Thank you in advance.
    Attached Files Attached Files

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Extract Multiple Data as list from a Table

    Put this formula in G3 of Sheet1 (coloured blue in the attached file):

    =IF(ISNUMBER(SEARCH(Sheet2!$B$1,C3)),MAX(G$2:G2)+1,"-")

    then copy down to the bottom of your data.

    In Sheet2 you can use this formula in A3:

    =IFERROR(INDEX(Sheet1!A:A,MATCH(ROWS($1:1),Sheet1!$G:$G,0)),"")

    Copy across into B3:C3, then in C3 you can change the C:C to D:D and then copy that formula across into D3:E3. Then copy the formulae in row 3 down as far as you need - the attached file illustrates this.

    Hope this helps.

    Pete
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    03-29-2016
    Location
    Odessa, Ukraine
    MS-Off Ver
    Mac 2011 office
    Posts
    4

    Re: Extract Multiple Data as list from a Table

    Thank you very much Pete.

    Working perfectly.

    Gokhan

  7. #7
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,408

    Re: Extract Multiple Data as list from a Table

    Glad to hear it.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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 data from table with multiple criteria
    By weedtm in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-14-2016, 01:43 PM
  2. Extract Data from table with multiple ranges
    By laguna92651 in forum Excel General
    Replies: 2
    Last Post: 11-16-2014, 04:38 PM
  3. Replies: 2
    Last Post: 10-16-2014, 11:35 AM
  4. [SOLVED] Extract unique values from a table and list along a row
    By doctorblyth in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-05-2013, 04:33 PM
  5. Replies: 0
    Last Post: 07-10-2013, 08:29 AM
  6. How to extract rows from a table list
    By simke in forum Excel General
    Replies: 0
    Last Post: 12-18-2011, 10:13 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