+ Reply to Thread
Results 1 to 4 of 4

Select from drop down and list corresponding column items

  1. #1
    Registered User
    Join Date
    04-09-2022
    Location
    California, US
    MS-Off Ver
    2019
    Posts
    18

    Select from drop down and list corresponding column items

    In Column G of the attached file, I want to select any products and have the Component column list out all the components while showing the corresponding In Stock as well.
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Select from drop down and list corresponding column items

    Put in G2 and press all together at same time CTRL ALT ENTER button because in an array formula then copied down:

    =IFERROR(INDEX($B$3:$B$13,SMALL(IF(COUNTIF($F$3:$F$4,INDEX(LOOKUP(ROW($A$3:$A$13),ROW($A$3:$A$13)/($A$3:$A$13<>""),$A$3:$A$13),,1,1))>0,ROW($B$3:$B$13)-MIN(ROW($B$3:$B$13))+1),ROW(A1)),1),"")

    put in H2 and is also an array formula too:

    =IFERROR(INDEX($C$3:$C$13,SMALL(IF(COUNTIF($F$3:$F$4,INDEX(LOOKUP(ROW($A$3:$A$13),ROW($A$3:$A$13)/($A$3:$A$13<>""),$A$3:$A$13),,1,1))>0,ROW($B$3:$B$13)-MIN(ROW($B$3:$B$13))+1),ROW(A1)),1),"")
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    04-09-2022
    Location
    California, US
    MS-Off Ver
    2019
    Posts
    18

    Re: Select from drop down and list corresponding column items

    Thanks this helped a lot

  4. #4
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Select from drop down and list corresponding column items

    thanks for the feedback

+ 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. How to Select Multiple Items From an Excel Drop Down List?
    By Scarab21 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 03-24-2021, 09:10 AM
  2. Replies: 4
    Last Post: 11-26-2020, 01:51 PM
  3. How to mass select items in excel drop down list?
    By karyx in forum Excel General
    Replies: 5
    Last Post: 06-06-2017, 05:22 AM
  4. Replies: 0
    Last Post: 04-22-2014, 11:03 PM
  5. Select Multiple Items From Drop Down List
    By Niclal in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-21-2014, 01:43 PM
  6. Non Select-able Items in Drop Down List
    By Corialis in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-23-2012, 02:36 PM
  7. Replies: 1
    Last Post: 05-14-2012, 05:06 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