#1   Report Post  
srf1030
 
Posts: n/a
Default Drop Down Menu

How do I add a drop down menu to a spreadsheet?
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Take a look at Validation in XL Help.

In article ,
"srf1030" wrote:

How do I add a drop down menu to a spreadsheet?

  #3   Report Post  
srf1030
 
Posts: n/a
Default

I used the validation command, however I want the arrow button to show at all
times. Not just when you move the mouse to that cell. Do you know how to do
that?

"JE McGimpsey" wrote:

Take a look at Validation in XL Help.

In article ,
"srf1030" wrote:

How do I add a drop down menu to a spreadsheet?


  #4   Report Post  
Bob Phillips
 
Posts: n/a
Default

It can't. You need to use a combobox for that.

--
HTH

Bob Phillips

"srf1030" wrote in message
...
I used the validation command, however I want the arrow button to show at

all
times. Not just when you move the mouse to that cell. Do you know how to

do
that?

"JE McGimpsey" wrote:

Take a look at Validation in XL Help.

In article ,
"srf1030" wrote:

How do I add a drop down menu to a spreadsheet?




  #5   Report Post  
Dave Peterson
 
Posts: n/a
Default

There's a combobox (aka dropdown) on the Forms toolbar and a combobox (aka
combobox) on the Control toolbox toolbar.

If you use a dropdown from the Forms toolbar, you can rightclick on it and
choose Format control.

From the Control tab, you can assign the input range of valid values.
(I used a1:a10 of sheet1)

And you can define a linked cell on that control tab, too.
(I used B1 of sheet1.)

This linked cell returns a number into that list--not the value of the dropdown.

So I used this formula in C1 to get the selected item in the dropdown.
=IF(B1="","",INDEX(A1:A10,B1))

=====
If you choose to use a combobox from the control toolbox toolbar, you can
rightclick on the combobox and show its properties.

That's where you choose .linkedcell and .listfillrange (and other stuff,
including .style (fmstyledropdownlist to prevent users from typing anything).)

The linkedcell of this combobox will show the value of the combobox.

==========
ps. I just color the cell with the data|Validation to show that's required for
input.





srf1030 wrote:

How do I add a drop down menu to a spreadsheet?


--

Dave Peterson


  #6   Report Post  
srf1030
 
Posts: n/a
Default

Thanks Dave! This was very helpful!!

"Dave Peterson" wrote:

There's a combobox (aka dropdown) on the Forms toolbar and a combobox (aka
combobox) on the Control toolbox toolbar.

If you use a dropdown from the Forms toolbar, you can rightclick on it and
choose Format control.

From the Control tab, you can assign the input range of valid values.
(I used a1:a10 of sheet1)

And you can define a linked cell on that control tab, too.
(I used B1 of sheet1.)

This linked cell returns a number into that list--not the value of the dropdown.

So I used this formula in C1 to get the selected item in the dropdown.
=IF(B1="","",INDEX(A1:A10,B1))

=====
If you choose to use a combobox from the control toolbox toolbar, you can
rightclick on the combobox and show its properties.

That's where you choose .linkedcell and .listfillrange (and other stuff,
including .style (fmstyledropdownlist to prevent users from typing anything).)

The linkedcell of this combobox will show the value of the combobox.

==========
ps. I just color the cell with the data|Validation to show that's required for
input.





srf1030 wrote:

How do I add a drop down menu to a spreadsheet?


--

Dave Peterson

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
Drop down menu Steve A via OfficeKB.com Excel Worksheet Functions 1 May 21st 05 12:57 AM
Drop down menu MGC New Users to Excel 2 May 10th 05 01:21 PM
How do I set up a drop down menu within a drop down menu? Rob Excel Discussion (Misc queries) 1 April 12th 05 06:02 PM
Drop down menu Pong Excel Discussion (Misc queries) 12 March 22nd 05 08:34 PM
help with drop down menu data wilecoyote Excel Discussion (Misc queries) 1 February 23rd 05 04:06 PM


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