Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I choose multiple items from a drop down box?

I have created a list of items to choose from in a drop down box. I would
like the user to be able to choose multiple items.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default How do I choose multiple items from a drop down box?

If it's a data validation dropdown list, you can do that with
programming. There's an example he

http://www.contextures.com/excelfiles.html

Under Data Validation, look for 'DV0017 - Select Multiple Items from
Dropdown List'


Lisa Pearl wrote:
I have created a list of items to choose from in a drop down box. I would
like the user to be able to choose multiple items.



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default How do I choose multiple items from a drop down box?

Try this:

With your list in A1:A31

E1: Self-Sufficient
F1:
=COUNT(1/FREQUENCY(IF($C$2:$C$31="",IF($A$2:$A$31<"",MATCH ($A$2:$A$31,$A$2:$A$31,0))),ROW($A$2:$A$31)-ROW($A$2)+1))

E2: Dependent
F2:
=COUNT(1/FREQUENCY(IF($C$2:$C$31<"",IF($A$2:$A$31<"",MATC H($A$2:$A$31,$A$2:$A$31,0))),ROW($A$2:$A$31)-ROW($A$2)+1))

Using your posted data, the formulas return:
Self-Sufficient: 13
Dependent: 12

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Lisa Pearl" wrote:

I have created a list of items to choose from in a drop down box. I would
like the user to be able to choose multiple items.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default How do I choose multiple items from a drop down box?

OK....this surely went to the wrong post!

I'm having another hardware problem....
There's a loose nut in front of my computer. : \

**********
Regards,
Ron

XL2002, WinXP


"Ron Coderre" wrote:

Try this:

With your list in A1:A31

E1: Self-Sufficient
F1:
=COUNT(1/FREQUENCY(IF($C$2:$C$31="",IF($A$2:$A$31<"",MATCH ($A$2:$A$31,$A$2:$A$31,0))),ROW($A$2:$A$31)-ROW($A$2)+1))

E2: Dependent
F2:
=COUNT(1/FREQUENCY(IF($C$2:$C$31<"",IF($A$2:$A$31<"",MATC H($A$2:$A$31,$A$2:$A$31,0))),ROW($A$2:$A$31)-ROW($A$2)+1))

Using your posted data, the formulas return:
Self-Sufficient: 13
Dependent: 12

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Lisa Pearl" wrote:

I have created a list of items to choose from in a drop down box. I would
like the user to be able to choose multiple items.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can a drop down list include multiple cells? Giggles Excel Discussion (Misc queries) 2 September 6th 06 08:54 PM
Hide previously used items from multiple drop lists ron Excel Worksheet Functions 0 April 25th 06 07:50 PM
How to allow multiple selection capability in excel drop down lis. WritingAcademy Excel Discussion (Misc queries) 1 March 9th 06 12:27 AM
Hide previously used items from multiple drop lists ron Excel Worksheet Functions 0 February 27th 06 09:15 PM
How to choose multiple itmes from a Pivot Table Page drop down men Michael Excel Discussion (Misc queries) 2 September 12th 05 07:18 PM


All times are GMT +1. The time now is 12:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"