how to add colors in drop down list thru data validation

  • Thread starter Thread starter Ramesh
  • Start date Start date
R

Ramesh

Need to create a drop down list using data validation.
Both value and the format/pattern of the cell needs to be considered.

Many thanks in advance
 
Data|validation doesn't allow you to do this.

In fact, no excel built-in control allows you to do this.
 
Hi Ramesh,

You will have to create your Drop Down list using Data Validation then
Format your cells using Conditional Formatting.
If the cell is A1 use the Conditional Formatting "Formula Is"

Condition 1 =A1="Your Value" Format to "Your Colour"
Condition 2 =A1="Your 2nd Value" Format to "Your Second Colour"

and so on through all your values and colours.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top