Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hiya
Is there a way I can create a drop down list but putting the info into another worksheet? Basically I am creating a way students can choose seminars for a conference - and I want for when one conference has filled 20 places, say, an error note appears saying that they need to choose another. Not sure if I can even do this in Excel but probably someone will know! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Name the info range as LIST and in the Data Validation type to: =LIST.
Micky "Vicki" wrote: Hiya Is there a way I can create a drop down list but putting the info into another worksheet? Basically I am creating a way students can choose seminars for a conference - and I want for when one conference has filled 20 places, say, an error note appears saying that they need to choose another. Not sure if I can even do this in Excel but probably someone will know! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
As far as I know a List cannot be created anywhere else except for in the
same worksheet. You can't even create a List in another worksheet in the same workbook. But for the second part of what you want, You can always use the Count function and then the If function. If you have master list of all the seminars, you can further use the Conditional Formatting where you can highlight any seminar which has reached it's full capacity. "Vicki" wrote: Hiya Is there a way I can create a drop down list but putting the info into another worksheet? Basically I am creating a way students can choose seminars for a conference - and I want for when one conference has filled 20 places, say, an error note appears saying that they need to choose another. Not sure if I can even do this in Excel but probably someone will know! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
MAK
For pre xl2007 and I imagine it still works the same. A list for data Validation can exist within the same workbook and be used on any worksheet. I make my lists in some out of the way place, name the range, and then in data validation I select "List" under the "allow" drop down. Under the "source" drop down I hit f3 and it gives me a window that shows all my lists. I select the one I want and wall-ah I have a drop down that works using a list in another worksheet! Mike Rogers "MAK" wrote: As far as I know a List cannot be created anywhere else except for in the same worksheet. You can't even create a List in another worksheet in the same workbook. But for the second part of what you want, You can always use the Count function and then the If function. If you have master list of all the seminars, you can further use the Conditional Formatting where you can highlight any seminar which has reached it's full capacity. "Vicki" wrote: Hiya Is there a way I can create a drop down list but putting the info into another worksheet? Basically I am creating a way students can choose seminars for a conference - and I want for when one conference has filled 20 places, say, an error note appears saying that they need to choose another. Not sure if I can even do this in Excel but probably someone will know! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop Down Lists: Allow option of adding own data if not in drop do | Excel Worksheet Functions | |||
How to create 2 dependent drop down lists from 1 original drop dow | Excel Discussion (Misc queries) | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
how do I use one drop-list to modify another drop-lists options? | Excel Discussion (Misc queries) | |||
Multiple lists with repeated values for dependet drop down lists | Excel Worksheet Functions |