Results 1 to 2 of 2

Thread: Extract multiple data matching with input

  1. #1
    Member
    Join Date
    Apr 2011
    Posts
    69
    Rep Power
    14

    Extract multiple data matching with input

    I have set of data in table, I want to extract/display in a formatted report in muliple rows the data matching with the input.

    Lets say i have three column Name, Description and holding, where name is repeatitive but different Description and holding. I want to extract all by inputing the selected name from the list the corresponding data from description and holding.

    I have attached the sheet for easy reference.

    Kindly assist.

    thanks
    Attached Files Attached Files
    ----
    excel_learner
    (Using XL 2007 & 2010)

    -------Learning never stops!

  2. #2
    Administrator Admin's Avatar
    Join Date
    Mar 2011
    Posts
    1,123
    Rep Power
    10
    Hi,

    In B18 and copied down & across,

    =IFERROR(INDEX(B$3:B$12,SMALL(IF($A$3:$A$12=$E$15, ROW($B$3:$B$12)-ROW($B$3)+1),ROWS(B$18:B18))),"")

    Confirmed with CTRL + SHIFT + ENTER

    HTH
    Cheers !

    Excel Range to BBCode Table
    Use Social Networking Tools If You Like the Answers !

    Message to Cross Posters

    @ Home - Office 2010/2013/2016 on Win 10 (64 bit); @ Work - Office 2016 on Win 10 (64 bit)

Similar Threads

  1. Replies: 8
    Last Post: 06-08-2013, 01:24 PM
  2. INPUT DATA FORM ON WORK SHEET
    By Ryan_Bernal in forum Excel Help
    Replies: 4
    Last Post: 12-30-2012, 05:56 PM
  3. Extract data with 2 criteria
    By marreco in forum Excel Help
    Replies: 29
    Last Post: 12-26-2012, 12:44 AM
  4. Replies: 2
    Last Post: 09-24-2012, 09:20 PM
  5. obtain data from 3 input with conditions
    By mtsf26 in forum Excel Help
    Replies: 13
    Last Post: 11-11-2011, 08:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •