+ Reply to Thread
Results 1 to 6 of 6

Dynamic list with multiple criteria

Hybrid View

Jairam Jana Dynamic list with multiple... 11-08-2019, 12:09 PM
dosydos Re: Dynamic list with... 11-08-2019, 12:34 PM
PaulM100 Re: Dynamic list with... 11-08-2019, 12:34 PM
Glenn Kennedy Re: Dynamic list with... 11-08-2019, 12:37 PM
Jairam Jana Re: Dynamic list with... 11-08-2019, 01:08 PM
Glenn Kennedy Re: Dynamic list with... 11-08-2019, 04:47 PM
  1. #1
    Registered User
    Join Date
    01-11-2016
    Location
    Chennai
    MS-Off Ver
    2013
    Posts
    11

    Dynamic list with multiple criteria

    Google search - how to create a dynamic list without blank in excel

    The first result in the google search has been referenced for creating a dynamic list as attached in a sample worksheet(not a drop down though). Only problem is I need it to list the 7 names category wise like A B and C. My desired result is highlighted in yellow in column F. I want this to flow as a formula in column E.
    Attached Files Attached Files

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    MA, USA
    MS-Off Ver
    365(PC) V:2412
    Posts
    1,476

    Re: Dynamic list with multiple criteria

    heres an array formula for ya. So whenever you put this formula in make sure to use
    ctrl +shift+enter

    =IFERROR(INDEX($A$2:$B$14,SMALL(IF($A$2:$A$14="A",ROW($A$2:$A$14)-1),ROW(1:1)),2),"")

    Just change the A to B or C. Also for the first line of B and C make sure that the bolded Row(1:1) is still 1:1.

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Dynamic list with multiple criteria

    Use a pivot table instead of formulas.
    Click the * to say thanks.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Dynamic list with multiple criteria

    Use this in G2, with similar formulae further down:

    =IFERROR(INDEX(B:B,AGGREGATE(15,6,ROW($B$1:$B$50)/($A$1:$A$50=$G$1),ROWS(G$2:G2))),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  5. #5
    Registered User
    Join Date
    01-11-2016
    Location
    Chennai
    MS-Off Ver
    2013
    Posts
    11

    Re: Dynamic list with multiple criteria

    Quote Originally Posted by Glenn Kennedy View Post
    Use this in G2, with similar formulae further down:

    =IFERROR(INDEX(B:B,AGGREGATE(15,6,ROW($B$1:$B$50)/($A$1:$A$50=$G$1),ROWS(G$2:G2))),"")
    This works fantastic. Thank you.

    Thank you dosydos and PaulM100 for your suggestions too.

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Dynamic list with multiple criteria

    You're welcome.



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

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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. Replies: 8
    Last Post: 11-05-2019, 06:58 AM
  2. [SOLVED] SUMIFS with multiple criteria WITH specified dynamic range criteria
    By dluhut in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-20-2017, 11:03 AM
  3. Formula for summing on multiple row criteria and a dynamic column criteria
    By ianswilson815 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-25-2016, 01:58 PM
  4. Create a dynamic list based on multiple dynamic factors.
    By sabin348 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-07-2015, 11:05 AM
  5. [SOLVED] Dynamic Unique List from multiple dynamic columns
    By JO505 in forum Excel General
    Replies: 7
    Last Post: 06-11-2015, 05:41 PM
  6. Replies: 3
    Last Post: 01-06-2014, 01:22 PM
  7. Replies: 0
    Last Post: 02-13-2012, 07:18 AM

Tags for this Thread

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