Making a Drop-Down List Indicator Visible

Written by Allen Wyatt (last updated July 16, 2021)
This tip applies to Excel 2007 and 2010


7

Jack uses the data validation capabilities of Excel to create drop-down lists for some of the cells in his worksheet. Once the list is created, a drop-down indicator appears at the right side of the cell. The indicator only appears when the cell is selected, but Jack would like to make the indicator appear all the time, even when a different cell is selected.

There is no way to do this using data validation. Instead, you would need to use the Forms toolbar to create combo box controls or other types of controls, as these are visible all the time. (How you do this has been covered in other issues of ExcelTips.)

An alternative is to use some other way of "marking" the input cell. For instance, you could use color, text, or cell borders to mark the cell that uses the data validation. That way users could key in on the formatting and know that the cell can be used for input.

ExcelTips is your source for cost-effective Microsoft Excel training. This tip (9489) applies to Microsoft Excel 2007 and 2010.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Using Continued Lines

You can create a special header and footer page numbering scheme by using nested fields. This tip shows an example of how ...

Discover More

Negatives in Pie Charts

Pie charts are a great way to graphically display some types of data. Displaying negative values is not so great in pie ...

Discover More

Condensing Sequential Values to a Single Row

If you have a bunch of ZIP Codes or part numbers in a list, you may want to "condense" the list so that sequential series ...

Discover More

Excel Smarts for Beginners! Featuring the friendly and trusted For Dummies style, this popular guide shows beginners how to get up and running with Excel while also helping more experienced users get comfortable with the newest features. Check out Excel 2013 For Dummies today!

More ExcelTips (ribbon)

Specifying a Data Validation Error Message

Data validation is a great tool for limiting what can be input into a cell. Excel allows you to specify what should ...

Discover More

Adding Pop-Up Documentation to a Cell

Want to have a small help screen pop up when a user selects a particular cell? This can be done by using data validation, ...

Discover More

Handling Validation for Proper Latitude

When setting up Excel for data entry, you often have to be concerned with what values are acceptable. For example, if ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 6 - 0?

2021-07-16 12:39:47

David Czuba

An alternative to making the drop down arrow visible is to put placeholder text at the top of the validation list, such as <select>. Then, make conditional formatting to identify the text <select> differently than other selections from the validation list. In the figure, the validation list is in column A with <select> at the top. Cell C1 uses the validation and has conditional formatting set to highlight the words <select> in gray. Once C1 is selected and a month chosen from the dropdown list, the month is displayed in the default font color (see Figure 1 below)

Figure 1. 


2014-06-18 06:15:41

Michael (Micky) Avidan

@DrNicket,
The small icon is a Picture.
You can enter its properties and adjust so it keeps the size and location
My Excel ver. is 2013 + Hebrew interface therefore I don't know the exact English formatting expressions.
I checked and rechecked - the icon resizes upon changing the sheets zoom.
Michael (Micky) Avidan
“Microsoft® Answers" - Wiki author & Forums Moderator
“Microsoft®” MVP – Excel (2009-2014)
ISRAEL


2014-06-17 17:37:29

DrNicket

Micky,

Your solution is something, thank you.

However, it doesn't hold up once someone adjusts the zoom level. The image is scaled, while the generated pull down is not.

Is there another solution out there?


2014-06-11 08:54:38

GJ Case

John:

Yes, you can, if you use conditional formatting to format the cell color based on the contents of the cell. The dropdown list could contain, for instance, Red, Yellow, and Blue, and when you select from the list, conditional formatting would read the contents of the cell and format accordingly.

If, as I suspect, you want just the cell color, but not the cell contents to contain the value of the dropdown, that would likely require a macro.


2014-06-10 13:42:27

john

Hello...Can I do a DROP down list in a cell that picks a color for that cell??


2014-05-05 09:11:48

Loofted

Cool !!!!!


2014-05-05 07:53:09

Michael (Micky) Avidan

There is a very easy way to, constantly, present a Drop-Down indicator .
Here we go:
1) Assume the DV cell is A10.
2) Save a snap shot of only the Drop-Down indicator.
3) Place the saved picture over the original Drop-Down indicator.
4) Attach the following small macro to the picture.
5) Click the Drop-Down indicator picture.
------------------------
Sub Open_Drop_Down_A10()
[A10]. Select
SendKeys "%{down}"
End Sub
-------
Michael (Micky) Avidan
“Microsoft® Answers" - Wiki author & Forums Moderator
“Microsoft®” MVP – Excel (2009-2014)
ISRAEL


This Site

Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.

Newest Tips
Subscribe

FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.