Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dox Dox is offline
external usenet poster
 
Posts: 1
Default How can I create a Drop-down cell?

I am creating an Excel worksheet for my hotel that updates the status of
Microwaves and Refridgerators in the rooms. We only have enough for 50% of
the hotel so they move around often. We currently scribble on a piece of
paper which rooms do/do not have micro/fridges. This is tedious, messy, and
unreliable. Does anyone know how I can create a drop-down box so that yes/no
can be specified for each room? I think this would help hotel productivity
as well as increase guest satisfaction.

Thank you in advance for any help that can be given.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Art Art is offline
external usenet poster
 
Posts: 587
Default How can I create a Drop-down cell?

Dox,

Probably the easiest thing to do is use Data Validation. Select the cells
you want the drop down box to be in. Choose Data, Validation.

Once there, the first tab will say "Settings". In the "Allow" box, choose
"List". In the source box, type "Yes, No" - without the quotes. You'll
want in-cell dropdown checked. Whether you'll allow blanks is up to you.
The "Error Alert" tab describes the behavior if the user enters anything
other than yes or no.

The bad news is that it's case sensitive. Maybe someone else here knows how
to get around that. Also, unlike combo boxes the user will often have to
type the entire word and not just a "y" or an "n". I think that in order to
any better you've got to use a macro.


"Dox" wrote:

I am creating an Excel worksheet for my hotel that updates the status of
Microwaves and Refridgerators in the rooms. We only have enough for 50% of
the hotel so they move around often. We currently scribble on a piece of
paper which rooms do/do not have micro/fridges. This is tedious, messy, and
unreliable. Does anyone know how I can create a drop-down box so that yes/no
can be specified for each room? I think this would help hotel productivity
as well as increase guest satisfaction.

Thank you in advance for any help that can be given.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default How can I create a Drop-down cell?

If you create a delimited list, by typing the entries in the Data
Validation dialog box, it's case sensitive.
Instead, you can type the list on a worksheet, then name the range that
contains the list. In the data validation dialog box, refer to the list
name, e.g.: =MyList

There are instructions he

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

Art wrote:
Dox,

Probably the easiest thing to do is use Data Validation. Select the cells
you want the drop down box to be in. Choose Data, Validation.

Once there, the first tab will say "Settings". In the "Allow" box, choose
"List". In the source box, type "Yes, No" - without the quotes. You'll
want in-cell dropdown checked. Whether you'll allow blanks is up to you.
The "Error Alert" tab describes the behavior if the user enters anything
other than yes or no.

The bad news is that it's case sensitive. Maybe someone else here knows how
to get around that. Also, unlike combo boxes the user will often have to
type the entire word and not just a "y" or an "n". I think that in order to
any better you've got to use a macro.


"Dox" wrote:


I am creating an Excel worksheet for my hotel that updates the status of
Microwaves and Refridgerators in the rooms. We only have enough for 50% of
the hotel so they move around often. We currently scribble on a piece of
paper which rooms do/do not have micro/fridges. This is tedious, messy, and
unreliable. Does anyone know how I can create a drop-down box so that yes/no
can be specified for each room? I think this would help hotel productivity
as well as increase guest satisfaction.

Thank you in advance for any help that can be given.




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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Art Art is offline
external usenet poster
 
Posts: 587
Default How can I create a Drop-down cell?

Debra,

Cool! I didn't know you could get case insensitivity. The link is great
too. Thanks.



"Debra Dalgleish" wrote:

If you create a delimited list, by typing the entries in the Data
Validation dialog box, it's case sensitive.
Instead, you can type the list on a worksheet, then name the range that
contains the list. In the data validation dialog box, refer to the list
name, e.g.: =MyList

There are instructions he

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

Art wrote:
Dox,

Probably the easiest thing to do is use Data Validation. Select the cells
you want the drop down box to be in. Choose Data, Validation.

Once there, the first tab will say "Settings". In the "Allow" box, choose
"List". In the source box, type "Yes, No" - without the quotes. You'll
want in-cell dropdown checked. Whether you'll allow blanks is up to you.
The "Error Alert" tab describes the behavior if the user enters anything
other than yes or no.

The bad news is that it's case sensitive. Maybe someone else here knows how
to get around that. Also, unlike combo boxes the user will often have to
type the entire word and not just a "y" or an "n". I think that in order to
any better you've got to use a macro.


"Dox" wrote:


I am creating an Excel worksheet for my hotel that updates the status of
Microwaves and Refridgerators in the rooms. We only have enough for 50% of
the hotel so they move around often. We currently scribble on a piece of
paper which rooms do/do not have micro/fridges. This is tedious, messy, and
unreliable. Does anyone know how I can create a drop-down box so that yes/no
can be specified for each room? I think this would help hotel productivity
as well as increase guest satisfaction.

Thank you in advance for any help that can be given.




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


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default How can I create a Drop-down cell?

What did I miss here?

If you have the drop-down, where a single click completes the selection and
fills the cell, where the heck does "case sensitivity" come into the
conversation?

--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

"Debra Dalgleish" wrote in message
...
If you create a delimited list, by typing the entries in the Data
Validation dialog box, it's case sensitive.
Instead, you can type the list on a worksheet, then name the range that
contains the list. In the data validation dialog box, refer to the list
name, e.g.: =MyList

There are instructions he

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

Art wrote:
Dox,

Probably the easiest thing to do is use Data Validation. Select the cells
you want the drop down box to be in. Choose Data, Validation.

Once there, the first tab will say "Settings". In the "Allow" box, choose
"List". In the source box, type "Yes, No" - without the quotes. You'll
want in-cell dropdown checked. Whether you'll allow blanks is up to you.
The "Error Alert" tab describes the behavior if the user enters anything
other than yes or no.

The bad news is that it's case sensitive. Maybe someone else here knows
how
to get around that. Also, unlike combo boxes the user will often have to
type the entire word and not just a "y" or an "n". I think that in order
to
any better you've got to use a macro.


"Dox" wrote:


I am creating an Excel worksheet for my hotel that updates the status of
Microwaves and Refridgerators in the rooms. We only have enough for 50%
of
the hotel so they move around often. We currently scribble on a piece of
paper which rooms do/do not have micro/fridges. This is tedious, messy,
and
unreliable. Does anyone know how I can create a drop-down box so that
yes/no
can be specified for each room? I think this would help hotel
productivity
as well as increase guest satisfaction.

Thank you in advance for any help that can be given.




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




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default How can I create a Drop-down cell?

If a cell contains a data validation dropdown list, you can select from
the list, or type a valid entry in the cell.

If the data validation list is delimited: Yes,No
you can only type Yes or No in the cell.

If the list is a range reference, and the cells contain Yes and No, you
can type YES, NO, yes, no, or any case variation.

RagDyeR wrote:
What did I miss here?

If you have the drop-down, where a single click completes the selection and
fills the cell, where the heck does "case sensitivity" come into the
conversation?



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

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default How can I create a Drop-down cell?

Yes Debra, I realize that!

BUT ... even my "not overly bright" users wouldn't attempt to key in
anything that's already been done for them.<bg
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Debra Dalgleish" wrote in message
...
If a cell contains a data validation dropdown list, you can select from
the list, or type a valid entry in the cell.

If the data validation list is delimited: Yes,No
you can only type Yes or No in the cell.

If the list is a range reference, and the cells contain Yes and No, you
can type YES, NO, yes, no, or any case variation.

RagDyeR wrote:
What did I miss here?

If you have the drop-down, where a single click completes the selection

and
fills the cell, where the heck does "case sensitivity" come into the
conversation?



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


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 695
Default How can I create a Drop-down cell?

Hi Dox: I would use a CheckBox - just a thought

"Dox" skrev:

I am creating an Excel worksheet for my hotel that updates the status of
Microwaves and Refridgerators in the rooms. We only have enough for 50% of
the hotel so they move around often. We currently scribble on a piece of
paper which rooms do/do not have micro/fridges. This is tedious, messy, and
unreliable. Does anyone know how I can create a drop-down box so that yes/no
can be specified for each room? I think this would help hotel productivity
as well as increase guest satisfaction.

Thank you in advance for any help that can be given.

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
how to create a drop down list without a pre-formed range of cell. Ahmad Excel Discussion (Misc queries) 2 October 27th 06 10:11 PM
How do I create a drop down cell with dates Jagz Excel Discussion (Misc queries) 3 April 24th 05 08:43 PM
How do you create a drop-down menu within a cell in Excel? Jimmy Excel Discussion (Misc queries) 1 March 21st 05 03:14 PM
Is there any way to create a drop down calendar into a cell in ex. Heavensent1 Excel Discussion (Misc queries) 1 March 11th 05 11:24 PM
Create a drop down in XL cell to select date Steveterrigal Excel Worksheet Functions 1 December 30th 04 03:09 AM


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

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

About Us

"It's about Microsoft Excel"