Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Can I select more than one option in a drop down box?

I am making a survey and I need to have drop down boxes where more than one
answer can be chosen. Is this possible. If so how do I do it?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Can I select more than one option in a drop down box?

Maybe you could use a Listbox from the Forms toolbar or from the Control toolbox
toolbar. Each can be set to allow multiple selections.

And each requires code to retrieve the values (and the code for each type of
listbox is different. So if you need help using one of these, you'll want to
specify which Listbox you used.)

megs wrote:

I am making a survey and I need to have drop down boxes where more than one
answer can be chosen. Is this possible. If so how do I do it?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Can I select more than one option in a drop down box?

Hi Megs,
Make a list of what you would like to be able to choose in an unused part of
your worksheet. Enter only one "answer" in each cell. Now highlight the
cells that you would like to have the drop down appear, click on data, then
click on validation. In the validation criteria drop down, choose "list". In
the source area, click on the worksheet icon to the right, it will take you
back to your worksheet, now highlight the cells that contain your answers &
press enter. Now when you click in the cell, a drop down will appear for you
to choose your answer from. You can also set a customized input data message
& alert in case someone tries to enter data other than what is in your
"list", do this under the second two tabs in the validation screen.

Hope this helps

"megs" wrote:

I am making a survey and I need to have drop down boxes where more than one
answer can be chosen. Is this possible. If so how do I do it?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Can I select more than one option in a drop down box?

Another option is to do this with a data validation dropdown list and
programming. There's an example he

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

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

megs wrote:
I am making a survey and I need to have drop down boxes where more than one
answer can be chosen. Is this possible. If so how do I do it?



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

  #5   Report Post  
Junior Member
 
Posts: 2
Default

Quote:
Originally Posted by Debra Dalgleish View Post
Another option is to do this with a data validation dropdown list and
programming. There's an example he

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

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

megs wrote:
I am making a survey and I need to have drop down boxes where more than one
answer can be chosen. Is this possible. If so how do I do it?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html
MESSAGE for DEBRA DALGEISH

I have copied and used the code you provided. I changed it slightly for it to be applied to more than one column using the option Or (so now it is not only applied to column 16, but also to a number of other columns). I need help because now it is applying to ALL columns with a list option, even when I want some of these only to allow for ONE option to be picked and not multiple ones. What am I doing wrong? Could you help?

Thanks

Larocha


  #6   Report Post  
Junior Member
 
Posts: 2
Default

MESSAGE for DEBRA DALGEISH

I have copied and used the code you provided. I changed it slightly for it to be applied to more than one column using the option Or (so now it is not only applied to column 16, but also to a number of other columns). I need help because now it is applying it to ALL columns with a list option, even when I want some of these columns only to allow for ONE option to be picked and not multiple ones. What am I doing wrong? Could you help?

Thanks

Larocha
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
Excel - option to select the same header for mutliple tabs Sarah Beattie Setting up and Configuration of Excel 3 August 31st 06 04:20 PM
data restrictions contractormike Excel Discussion (Misc queries) 3 August 12th 06 01:48 AM
time sheet drop down lists Steve Excel Discussion (Misc queries) 12 March 18th 06 10:30 PM
VBA Monty Excel Worksheet Functions 2 January 30th 06 01:37 PM
Can I put a calendar in a drop down list to select a date? goldsie2003 Excel Discussion (Misc queries) 1 January 23rd 06 11:49 AM


All times are GMT +1. The time now is 07:23 PM.

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"