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 Multiple Answers From Drop Down List

A client of mine wants to include a drop-down list in Excel. The twist is
that she'd also like people to be able to choose more than one item from the
list in response to a question. For example, if people are asked why they
like bread, they can choose one or more answers from a list with tasty,
chewy, soft, nutritious. Can this be done in Excel? If so, how? Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default Multiple Answers From Drop Down List

Two ideas: You can either use multiple columns, and have user pick different
answers in each column, or you could use a list box (from Forms toolbar).
Under format contol, select the option to allow multiple selections (either
"multi" or "extend".)

The bigger question is how is the data from this dropdown to be user? If it
is to simply be displayed, you have numerous choices. If it's supposed to be
fed into some type of data analysis, then you need to keep 1 data point in
each cell.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"MaryAM" wrote:

A client of mine wants to include a drop-down list in Excel. The twist is
that she'd also like people to be able to choose more than one item from the
list in response to a question. For example, if people are asked why they
like bread, they can choose one or more answers from a list with tasty,
chewy, soft, nutritious. Can this be done in Excel? If so, how? Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 527
Default Multiple Answers From Drop Down List

If you use Luke's method the date can be extracted with an array formula.

if a2 and a3 contain:
tasty, chewy, soft, nutritious
chewy, soft, nutritious

and G3 contains Soft then

=SUM(IF(ISNUMBER(SEARCH(G3,A2:A3,1)),1,0)) returns 2.

Array formulas must be entered as Ctrl + Shift + Enter. You can tell that is
correct as Excel enclosed the formula with curley braces {}.

HTH
Peter A

"Luke M" wrote:

Two ideas: You can either use multiple columns, and have user pick different
answers in each column, or you could use a list box (from Forms toolbar).
Under format contol, select the option to allow multiple selections (either
"multi" or "extend".)

The bigger question is how is the data from this dropdown to be user? If it
is to simply be displayed, you have numerous choices. If it's supposed to be
fed into some type of data analysis, then you need to keep 1 data point in
each cell.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"MaryAM" wrote:

A client of mine wants to include a drop-down list in Excel. The twist is
that she'd also like people to be able to choose more than one item from the
list in response to a question. For example, if people are asked why they
like bread, they can choose one or more answers from a list with tasty,
chewy, soft, nutritious. Can this be done in Excel? If so, how? Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 897
Default Multiple Answers From Drop Down List

Check out http://blog.contextures.com/archives...lidation-list/

--JP

On Sep 30, 9:51*am, MaryAM wrote:
A client of mine wants to include a drop-down list in Excel. The twist is
that she'd also like people to be able to choose more than one item from the
list in response to a question. For example, if people are asked why they
like bread, they can choose one or more answers from a list with tasty,
chewy, soft, nutritious. Can this be done in Excel? If so, how? Thanks!


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
Multiple Drop Down List tigermoth Excel Discussion (Misc queries) 1 March 7th 08 02:30 PM
Multiple drop down list box tbhakta Excel Discussion (Misc queries) 1 March 14th 07 08:20 PM
Search with drop down list as answers instereo911 Excel Discussion (Misc queries) 3 October 18th 06 05:11 PM
How to look up a value in list & return multiple answers Jerry Excel Discussion (Misc queries) 0 February 22nd 06 08:13 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM


All times are GMT +1. The time now is 11:14 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"