+ Reply to Thread
Results 1 to 2 of 2

Return multiple items of a category in a column

  1. #1
    Registered User
    Join Date
    12-11-2017
    Location
    Germany
    MS-Off Ver
    Office 365
    Posts
    17

    Return multiple items of a category in a column

    Dear all,

    I am trying to do the following:
    In my Target sheet I want to display under each of 2 upper categories several subcategories in separate rows.
    The 3 upper categories are Category A and Category B
    Each upper category contains different sub categories, which may appear multiple times.
    For example sub category 0365 appears several times since it contains different Resource Units

    My aim is to return under each upper category each sub category in a separate row (see column C as of row 12 blue coloured cells)
    I am using a nested formula containing index, small and row function
    However my formula does not work.

    Can someone help?

    Many thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Return multiple items of a category in a column

    This should get you started.

    In cell F12 type:
    =INDEX(Source!$I$5:$I$46,AGGREGATE(15,6,ROW($1:$41)/(Target!$C$9=Source!$H$5:$H$46),INT((ROW()-9)/3)))
    Drag it down to F40. This will just show the Category A items. Since your spreadsheet format actually has these skip three rows (i.e. C12 to C15 to C18), this equation 'repeats' so you'll need to delete the ones you don't want (e.g. F13, F14, F16, F17, etc.)
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

+ 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] Lookup multiple items and return in multiple tables
    By ima_ms in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-22-2019, 07:31 AM
  2. [SOLVED] Return list of items from column based on another column value
    By justinr in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-03-2014, 11:25 AM
  3. Replies: 0
    Last Post: 04-09-2014, 04:21 PM
  4. [SOLVED] Need to count items in column that match multiple data items
    By bclucas55 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-27-2014, 10:03 AM
  5. Replies: 2
    Last Post: 09-14-2012, 04:31 AM
  6. Replies: 3
    Last Post: 01-21-2010, 06:58 AM
  7. Replies: 9
    Last Post: 02-16-2009, 12:46 PM

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