+ Reply to Thread
Results 1 to 8 of 8

Creating a new list with multiple options?

  1. #1
    Registered User
    Join Date
    04-29-2020
    Location
    Texas
    MS-Off Ver
    Office 365
    Posts
    34

    Creating a new list with multiple options?

    I've got a table created ("table a" in attached sample) where I extract and create new lists (like tables b and c) based on a single requirement ("type" column). What I'd like to do is create "table d" where the new list pulls multiple "types" from "table a". Specifically, I want the new table to pull 4 different types to create a new list. How do I add those 3 additional requirements?


    Here is the current formula (table b example)

    =IFERROR(INDEX($C$8:$C$17,SMALL(IF($D$8:$D$17=$G$7,ROW($C$8:$C$17)),ROW(1:1))-7,1),"")
    Attached Files Attached Files
    Last edited by BigPapaMurf; 10-29-2020 at 11:02 PM.

  2. #2
    Forum Contributor
    Join Date
    07-01-2018
    Location
    Adelaide, South Australia
    MS-Off Ver
    Office 365, & Excel 2016 on windows 10, & 14.7 for mac, & Excel 2015 for mac
    Posts
    173

    Re: Creating a new list with multiple options?

    When I try to open your sample workbook, it asks for my email login and then denies access. Could you please check your document security and then share the example again?

    Secondly, would you be happy with an array formula spill (current Office 365 only), or a vba solution?
    If my solution helped, please consider adding Rep

  3. #3
    Registered User
    Join Date
    04-29-2020
    Location
    Texas
    MS-Off Ver
    Office 365
    Posts
    34

    Re: Creating a new list with multiple options?

    Array probably, Attachment updated in original post

  4. #4
    Registered User
    Join Date
    04-29-2020
    Location
    Texas
    MS-Off Ver
    Office 365
    Posts
    34

    Re: Creating a new list with multiple options?

    if that one doesn't work, try this one
    Attached Files Attached Files

  5. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Creating a new list with multiple options?

    Try in M8:
    Please Login or Register  to view this content.
    Copy to N8, change $C:$C to $E:$E
    Quang PT

  6. #6
    Registered User
    Join Date
    04-29-2020
    Location
    Texas
    MS-Off Ver
    Office 365
    Posts
    34

    Re: Creating a new list with multiple options?

    that works! thanks

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

    Re: Creating a new list with multiple options?

    With MS 365 Please try

    =FILTER(FILTER($C$8:$E$17,COUNTIF(M7,"*"&$D$8:$D$17&"*")),{1,0,1})

    or for type more than 10

    =FILTER(FILTER($C$8:$E$17,ISNUMBER(SEARCH($D$8:$D$17&",",SUBSTITUTE(M7&",",")",)))),{1,0,1})
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    04-29-2020
    Location
    Texas
    MS-Off Ver
    Office 365
    Posts
    34

    Re: Creating a new list with multiple options?

    Thank you!

+ 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: 2
    Last Post: 11-11-2019, 06:22 AM
  2. Multiple formula options in drop down list
    By DonneT in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 12-14-2018, 09:55 AM
  3. [SOLVED] Creating a between function with multiple options
    By aimone111 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-07-2017, 12:51 PM
  4. [SOLVED] Creating a message box with multiple options
    By spencerp237 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-24-2017, 02:50 PM
  5. [SOLVED] Printing Multiple Options from a Drop-Down List
    By JayPear in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-08-2014, 10:07 PM
  6. Replies: 2
    Last Post: 08-05-2013, 10:08 PM
  7. Replies: 1
    Last Post: 06-01-2011, 12:00 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