Drop Down Menu Option

silvertabb

Active Member
Joined
May 18, 2004
Messages
252
Hi,

I have a list of task say from 1 to 10 in column A. In column B I want to keep track of my task progress. I like to assign the following four for each task's status:

Not Done
In Progress
Done
Not Applicable

In Column B I like to be able to choose from the list. I know this is possible in ACCESS. Is this also possible in EXCEL?
thanks
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
1. Select Data....Validation from menu.
2. Set Allow: to list
3. Set Source to your values seperated by comma's
In your case it would be
Not Done,In Progress, Done, Not Applicable

4. Press OK.

You should now have a drop down combobox available when you select the cell.

HTH
Cal
 
Upvote 0
Select column B, or the range in column B you want the dropdown in.

Select Data>Validation.

Select List for the Allow value and enter this

Not Done,In Progress,Done,Not Applicable
 
Upvote 0

Forum statistics

Threads
1,224,270
Messages
6,177,574
Members
452,784
Latest member
talippo

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