+ Reply to Thread
Results 1 to 2 of 2

Drop down to select MULTIPLE rows

  1. #1
    Registered User
    Join Date
    08-16-2016
    Location
    Malaysia
    MS-Off Ver
    2010
    Posts
    6

    Lightbulb Drop down to select MULTIPLE rows

    Hi,

    I have a situation where, need to select 1 drop down list.
    On selecting one, then it should populate 4 rows below.

    A
    ===
    1-Collection
    2-Input File Naming
    3-Duplicate File Checking

    B
    ===
    4-Post-Collection Action
    5-Input File Format
    6-Pre-Collection Action

    If i select A from the drop down, all the 3 rows namely:-
    1-Collection
    2-Input File Naming
    3-Post Collection Action

    should be inserted as per the above.

    VLOOKUP is adding columns, but i need to inserts rows here.

    Thanks before for your reply.
    Last edited by prabhucse; 08-16-2016 at 05:55 AM.

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

    Re: Drop down to select MULTIPLE rows

    Assuming your DD is in A1 and a table of responses is in D3 to D8, use this

    =INDEX($E$3:$E$8,MATCH($A$1,$D$3:$D$8,0)) for the first answer,
    =INDEX($E$3:$E$8,MATCH($A$1,$D$3:$D$8,0)+1) for the second and
    =INDEX($E$3:$E$8,MATCH($A$1,$D$3:$D$8,0)+2) for the third.
    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.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. Select Multiple Items in Drop-Down Box
    By NdnInformer in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-05-2013, 04:19 PM
  2. Select multiple drop down menus at once
    By tommy060289 in forum Excel General
    Replies: 3
    Last Post: 03-11-2013, 01:56 PM
  3. need drop down list to select certain rows
    By pharmerjoe7 in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 09-17-2012, 03:16 AM
  4. drop down menu to select and hide certain rows and columns
    By ROM in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-11-2010, 09:39 AM
  5. Multiple select drop down list
    By boc_est1986 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-14-2009, 08:07 AM
  6. Multiple select from drop down
    By Amadeusfrb in forum Excel General
    Replies: 1
    Last Post: 02-24-2008, 07:04 PM
  7. Replies: 1
    Last Post: 04-23-2007, 04:23 PM
  8. Replies: 5
    Last Post: 10-27-2005, 01:55 PM

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