Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 150
Default series of "list" options

somebody help!!
i need to creat series of drop-down menu with series of data.
cell A : cell will have 12 choices (from column X : 12 items)
cell B : per each choice in cell A, a dropdown menu with 10 choices each
(from colum Y : 10 items per 12 choices from cell A=120 items)
column C : per each choice in cell B, an additional dropdown menu with 10
choice each (from column Z : 10 items per 10 choice from cell B=100 items)

because "list" option from "data validation" function won't allow "if"
function, i can't come up with the right function.

please help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default series of "list" options

Hi,

You should range name each of your lists with the name that appears in the
calling list. Then you should use INDIRECT(name) in the Data, Validation,
List, Source box.

Simple example:
Cell A1 contains a DV list of two names from column X suppose those two
choices are US and Canada, create two lists, one for US one for Canada. To
make it simple the Canada list will contain two items Toronto and Quebec, say
in cell D1:D2 and US with New York and San Francisco in E1:E2. Name the
first range Canada and the second range US. In another cell where you want
to display one of the two list choose Data, Validation, List and in the
Source box enter
=INDIRECT(A1)

When you choose an item from the list in cell A1, Canada or the US, the list
in this second cell will reflect only items from either the Canada or US list.

You range name a set of cells by highlighting them and typing the name into
the Name Box on the left hand side of the Formula Bar.


If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"Stan" wrote:

somebody help!!
i need to creat series of drop-down menu with series of data.
cell A : cell will have 12 choices (from column X : 12 items)
cell B : per each choice in cell A, a dropdown menu with 10 choices each
(from colum Y : 10 items per 12 choices from cell A=120 items)
column C : per each choice in cell B, an additional dropdown menu with 10
choice each (from column Z : 10 items per 10 choice from cell B=100 items)

because "list" option from "data validation" function won't allow "if"
function, i can't come up with the right function.

please help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 150
Default series of "list" options

Shane,thanks.

One Q. is there a rule for naming the subgroup, such as "," "space", or
limits on characters? I followed ur example and it worked. unfortunately,
some of my selections have 50 characters.

Stan

"ShaneDevenshire" wrote:

Hi,

You should range name each of your lists with the name that appears in the
calling list. Then you should use INDIRECT(name) in the Data, Validation,
List, Source box.

Simple example:
Cell A1 contains a DV list of two names from column X suppose those two
choices are US and Canada, create two lists, one for US one for Canada. To
make it simple the Canada list will contain two items Toronto and Quebec, say
in cell D1:D2 and US with New York and San Francisco in E1:E2. Name the
first range Canada and the second range US. In another cell where you want
to display one of the two list choose Data, Validation, List and in the
Source box enter
=INDIRECT(A1)

When you choose an item from the list in cell A1, Canada or the US, the list
in this second cell will reflect only items from either the Canada or US list.

You range name a set of cells by highlighting them and typing the name into
the Name Box on the left hand side of the Formula Bar.


If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"Stan" wrote:

somebody help!!
i need to creat series of drop-down menu with series of data.
cell A : cell will have 12 choices (from column X : 12 items)
cell B : per each choice in cell A, a dropdown menu with 10 choices each
(from colum Y : 10 items per 12 choices from cell A=120 items)
column C : per each choice in cell B, an additional dropdown menu with 10
choice each (from column Z : 10 items per 10 choice from cell B=100 items)

because "list" option from "data validation" function won't allow "if"
function, i can't come up with the right function.

please help.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default series of "list" options

Can not contain Spaces, "," etc...
50 characters will be Ok...

--
Always provide your feedback so that others know whether the solution worked
or problem still persists ...


"Stan" wrote:

Shane,thanks.

One Q. is there a rule for naming the subgroup, such as "," "space", or
limits on characters? I followed ur example and it worked. unfortunately,
some of my selections have 50 characters.

Stan

"ShaneDevenshire" wrote:

Hi,

You should range name each of your lists with the name that appears in the
calling list. Then you should use INDIRECT(name) in the Data, Validation,
List, Source box.

Simple example:
Cell A1 contains a DV list of two names from column X suppose those two
choices are US and Canada, create two lists, one for US one for Canada. To
make it simple the Canada list will contain two items Toronto and Quebec, say
in cell D1:D2 and US with New York and San Francisco in E1:E2. Name the
first range Canada and the second range US. In another cell where you want
to display one of the two list choose Data, Validation, List and in the
Source box enter
=INDIRECT(A1)

When you choose an item from the list in cell A1, Canada or the US, the list
in this second cell will reflect only items from either the Canada or US list.

You range name a set of cells by highlighting them and typing the name into
the Name Box on the left hand side of the Formula Bar.


If this helps, please click the Yes button.
--
Thanks,
Shane Devenshire


"Stan" wrote:

somebody help!!
i need to creat series of drop-down menu with series of data.
cell A : cell will have 12 choices (from column X : 12 items)
cell B : per each choice in cell A, a dropdown menu with 10 choices each
(from colum Y : 10 items per 12 choices from cell A=120 items)
column C : per each choice in cell B, an additional dropdown menu with 10
choice each (from column Z : 10 items per 10 choice from cell B=100 items)

because "list" option from "data validation" function won't allow "if"
function, i can't come up with the right function.

please help.

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 - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
EXCEL allow 2 options on status bar e.g. show "Count" + "Sum" LEJM Excel Discussion (Misc queries) 2 November 15th 07 07:49 PM
Why is "Recently Used File List" in Excel/word options unavailabl Kizzwozz Excel Discussion (Misc queries) 3 April 11th 07 10:54 PM
"Save" and "Save As" options greyed out - "Save as Webpage" option Bill Excel Discussion (Misc queries) 0 January 16th 07 04:47 PM
Shortcut key for "Paste Options" and "Error Checking" buttons? johndog Excel Discussion (Misc queries) 1 October 6th 06 11:56 AM


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