Conditional Formating Help Needed.

  • Thread starter Thread starter doss04
  • Start date Start date
D

doss04

I have a drop down box with 23 names. I want to group them into 3 groups of
color. How can i write multiple names in the format box?
 
assumed you have names in Col A, cell B2 you have dropdown list of 23
names

make three groups like

First 8 names define it as "one"
next 8 names define it as "two"
last 7 names define it as "three"

Now go to format | conditional format | condition 1 : formula is :
=MATCH(B2,one,0)>=1 | choose the color | ok

similarly for condition 2 =MATCH(B2,two,0)>=1

conditon 3 =MATCH(B2,three,0)>=1
 
Thanks for your quick reply. Where do i define the names at? In the column
the list was created? Still learning Excel.
 
Go to insert | names | define | names in workbook : one | refer to :
A2:A9 ( where you have the names ) | ok

similarly for two & three after define the names then use the
conditonal formatting for the cell where you have the drop down list.
 

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