+ Reply to Thread
Results 1 to 6 of 6

Multiple Selection in dropdown

  1. #1
    Registered User
    Join Date
    06-22-2018
    Location
    Delhi
    MS-Off Ver
    2013
    Posts
    5

    Post Multiple Selection in dropdown

    Hi All,

    Greetings!

    I am preparing a Sales Dashboard and I am stuck in making multiple selection option in the drop-down. With using this drop-down user can see total (sum) of multiple locations.

    Excel is attached, please help me.



    Best Regards,
    Rahul Sharma
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor than_gold's Avatar
    Join Date
    10-17-2017
    Location
    Coimbatore India
    MS-Off Ver
    Office 365
    Posts
    646

    Re: Multiple Selection in dropdown

    Hello Rahul,
    You can check out here for multiple drop down lists & do vlookup to get the sum of values.
    https://www.contextures.com/excel-da...-multiple.html
    Regards,
    Thangavel D

    Appreciate the help? CLICK *

  3. #3
    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,064

    Re: Multiple Selection in dropdown

    It can also be done more simply, without using VBA. I replaced your named range with one called List:


    =Sheet1!$Q$2:INDEX(Sheet1!$Q$2:$Q$100,SUMPRODUCT(--(LEN(Sheet1!$Q$2:$Q$100)>0)))

    I used List as the DV list.

    The formula for the total was:

    =SUMPRODUCT(SUMIF($A$2:$A$100,$H$4:$H$6,$B$2:$B$100))

    see sheet. The stuff in cols O, P & Q can be hidden, or placed on a hidden sheet, or whatever...
    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

  4. #4
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Multiple Selection in dropdown

    Go to data > Data Validation >Select List > in source type a,b,c,d,all > ok
    In "I1"
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  5. #5
    Registered User
    Join Date
    06-22-2018
    Location
    Delhi
    MS-Off Ver
    2013
    Posts
    5

    Re: Multiple Selection in dropdown

    Is that possible to insert tick box for multiple selections? (like filter option in a pivot table)

  6. #6
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Multiple Selection in dropdown

    Yes it is possible but using vba macro.
    I am not familiar with vba. some one may help.

+ 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. Multiple Dropdown selection & Column Groupings based on dropdown selection
    By rabrol in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-20-2018, 10:23 AM
  2. Multiple Row selection through dropdown
    By amandeep16 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-11-2016, 06:23 AM
  3. Combobox Multiple Selection or Listbox Dropdown
    By mattydalton in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-29-2014, 11:30 AM
  4. Multiple Selection for a Dropdown List
    By awolf2011 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-29-2011, 08:55 PM
  5. Multiple Selection from Dropdown
    By pakiyabhai in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-20-2010, 06:18 PM
  6. Return Multiple Values Based On Dropdown List Selection
    By tigabalm in forum Excel General
    Replies: 5
    Last Post: 04-01-2010, 07:36 PM
  7. [SOLVED] Allow selection of multiple values in dropdown list in excel
    By Nancy @ CHR in forum Excel General
    Replies: 2
    Last Post: 04-13-2006, 05:50 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