Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Does Excel Support Drop-Down Menus to Select Information?

Hello, a very basic question about Excel 2003.

Does Excel have a method of letting you use a drop-down menu to select
data that's already been entered in a column?

I'd like to streamline my selecting a piece of information, and I
figured a drop-down menu might be the simplest way. I know Excel has
an auto-complete feature, but if a drop-down menu, based on data
already entered in a column, can be created, I'd prefer that.

If this is possible, without macros or VBA code, or anything like
that, what's the procedure?

If it's not possible, that's all right. Thank you!

Jd
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Does Excel Support Drop-Down Menus to Select Information?

Does Excel have a method of letting you use a drop-down menu to select
data that's already been entered in a column?


One thought would be the Autofilter functionality
Applied via selecting the col, then clicking Data Filter Autofilter
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Does Excel Support Drop-Down Menus to Select Information?

In a column, right-click and "Pick from drop down list" may help/


Gord Dibben MS Excel MVP

On Wed, 02 Apr 2008 09:14:37 -0400, T. Hulot wrote:

Hello, a very basic question about Excel 2003.

Does Excel have a method of letting you use a drop-down menu to select
data that's already been entered in a column?

I'd like to streamline my selecting a piece of information, and I
figured a drop-down menu might be the simplest way. I know Excel has
an auto-complete feature, but if a drop-down menu, based on data
already entered in a column, can be created, I'd prefer that.

If this is possible, without macros or VBA code, or anything like
that, what's the procedure?

If it's not possible, that's all right. Thank you!

Jd


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Does Excel Support Drop-Down Menus to Select Information?

This is exactly what I want, but is there a way to make this a default
setting for an entire column? Or will I have to right-click and
select this for each and every cell in the column?

In a column, right-click and "Pick from drop down list" may help/


  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22
Default Does Excel Support Drop-Down Menus to Select Information?

You can use the 'Data Validation' menu command:
First you would need to create your list somewhere out of the way of your
work area eg cell AA2 has HOUSE, cell AA3 has FLAT, cell AA4 has COTTAGE,
cell AA5 has GARAGE, etc
Now highlight the column or range of cells in a column that you want the
drop-down list to be used in.
Then use the Data Validation menu command and in SettingsAllow choose List
and this opens up Source - enter your list range here eg AA2:AA5
Click on OK and that should do it for you.

"T. Hulot" wrote:

This is exactly what I want, but is there a way to make this a default
setting for an entire column? Or will I have to right-click and
select this for each and every cell in the column?

In a column, right-click and "Pick from drop down list" may help/





  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Does Excel Support Drop-Down Menus to Select Information?

This worked flawlessly.
It's EXACTLY what I want.
Thank you.

You can use the 'Data Validation' menu command:
First you would need to create your list somewhere out of the way of your
work area eg cell AA2 has HOUSE, cell AA3 has FLAT, cell AA4 has COTTAGE,
cell AA5 has GARAGE, etc
Now highlight the column or range of cells in a column that you want the
drop-down list to be used in.
Then use the Data Validation menu command and in SettingsAllow choose List
and this opens up Source - enter your list range here eg AA2:AA5
Click on OK and that should do it for you.


  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Does Excel Support Drop-Down Menus to Select Information?

Not quite sure what you are asking.

Right-click on any cell you want to enter data into.

Pick from list appears to work in non-contguous cells above the list items but
not in non-contiguous cells below the list items.

Gord

On Wed, 02 Apr 2008 10:46:40 -0400, T. Hulot wrote:

This is exactly what I want, but is there a way to make this a default
setting for an entire column? Or will I have to right-click and
select this for each and every cell in the column?

In a column, right-click and "Pick from drop down list" may help/


  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Does Excel Support Drop-Down Menus to Select Information?



Not quite sure what you are asking.





Let me elaborate on what I'm doing. It's extremely simple and basic.

I've created two databases with Access. One is flat-file, one is
relational.

They are movie collection databases. Nothing fancy.

But I want (for various reasons) a stripped-down list of my movies in
spreadsheet form.

The only three columns in the spreadsheet will be:

Title
Genre
Location

There will be only 20 genre items, i.e. drama, comedy, foreign,
mystery, etc.

I want some semblance of consistent data entry. For example, I don't
want to enter sience fction [sic] by accident.

Furthermore, there will be only eight Location items.

I do *not* like auto-complete, so I was looking for a way to
streamline the Genre and Location selection process. I figured a
drop-down menu would be the easiest way.

In Access, there is a feature called a Lookup Table. It's a table
with pre-entered items, with which you can build a drop-down menu,
called a Combo Box. This ensures consistent data entry, and also
makes it easier to add new items to the list. You simply add new
things to the Lookup Table.

Basically, I want the same thing in Excel, if possible. Apparently,
it is.

However, I want to configure an entire column so that each cell in
that column will have a drop-down menu, rather than right-click each
and every cell.

From what I've read in this thread, something similar to a Lookup
table is possible, and having a drop-down menu in each cell of a
column is possible. I just have to try it, which I will do soon.

That's basically all I want. I hope this clarifies things further.

  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 897
Default Does Excel Support Drop-Down Menus to Select Information?

What about

ToolsOptionsEdit tab, check "Enable AutoComplete for cell values"

?

HTH,
JP


On Apr 2, 10:46*am, T. Hulot wrote:
This is exactly what I want, but is there a way to make this a default
setting for an entire column? *Or will I have to right-click and
select this for each and every cell in the column?



In a column, right-click and "Pick from drop down list" may help/- Hide quoted text -


- Show quoted text -


  #10   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Does Excel Support Drop-Down Menus to Select Information?

My first thought, but OP doesn't want to use that feature.


Gord

On Wed, 2 Apr 2008 15:35:02 -0700 (PDT), JP wrote:

What about

ToolsOptionsEdit tab, check "Enable AutoComplete for cell values"

?

HTH,
JP


On Apr 2, 10:46*am, T. Hulot wrote:
This is exactly what I want, but is there a way to make this a default
setting for an entire column? *Or will I have to right-click and
select this for each and every cell in the column?



In a column, right-click and "Pick from drop down list" may help/- Hide quoted text -


- Show quoted text -




  #11   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 897
Default Does Excel Support Drop-Down Menus to Select Information?

OK, what about a dynamic named range in the same column as you are
doing the data entry, then data validation on the entire column? As
soon as you typed something in the column, it would be added to the
dropdown list. At least, that is my theory, completely untested of
course.

--JP

On Apr 2, 8:02*pm, Gord Dibben <gorddibbATshawDOTca wrote:
My first thought, but OP doesn't want to use that feature.

Gord



On Wed, 2 Apr 2008 15:35:02 -0700 (PDT), JP wrote:
What about


ToolsOptionsEdit tab, check "Enable AutoComplete for cell values"


?


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
Theres no toolbars, no drop-down menus when I open Excel UA Setting up and Configuration of Excel 2 June 12th 06 12:25 PM
how do i set up drop down menus to populate cells in excel? Louise Scott Excel Discussion (Misc queries) 2 May 29th 05 07:19 PM
Creating Drop down menus in an excel cell Debbie C Excel Worksheet Functions 2 April 1st 05 01:04 AM
Support Contact information bankerjack Excel Discussion (Misc queries) 1 March 16th 05 07:37 AM
drop down menus in excel rowing coach Excel Discussion (Misc queries) 1 December 4th 04 12:25 AM


All times are GMT +1. The time now is 11:55 PM.

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"