drop-down list box

cardiology nurse

New Member
Joined
Aug 21, 2002
Messages
5
I am very new to excel. My boss has asked me to design a form in excel 2000 so he can click on a item in a list box and have it appear in the correct column. Can someone explain in simple terms how to do this?
This message was edited by cardiology nurse on 2002-08-23 05:45
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Use an in-cell dropdown or cell trigger UserForm.

An in-cell dropdown is an active cell list. When the user clicks in the cell a box opens with a list of items for the user to select from. When the user selects an item from the list, it is displayed in the cell.

To do this, from the toolbar, select:

Data-Validation-Settings, Allow: List, then your choice of list data reference;

Source: a,b,c
Source: =AA1:AA20
Source: =myList
[where "myList" is a named range]

Check the box "In-cell dropdown"
and/or "Ignore Blank"

A UserForm will require VBA coding, if you can code you may want to go that way.

Hope this helps. JSW
 
Upvote 0

Forum statistics

Threads
1,215,046
Messages
6,122,852
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top