Different colour in drop down box? How?

  • Thread starter Thread starter paul thomas
  • Start date Start date
P

paul thomas

Hi All

Have a cell A1 drop down list 1,2 & 3

on cell A2 if 1 then - if 2 then ! if 3 then x

=IF(A1=3,"X",IF(A1=2,"!",IF(A1=1,"-",IF(A1="",""))))

How do i make the background of cell A2 RED if X Orange if ! and
White if -

Cheers

Paul T
 
U¿ytkownik "paul thomas said:
Hi All

Have a cell A1 drop down list 1,2 & 3

on cell A2 if 1 then - if 2 then ! if 3 then x

=IF(A1=3,"X",IF(A1=2,"!",IF(A1=1,"-",IF(A1="",""))))

How do i make the background of cell A2 RED if X Orange if ! and
White if -

Cheers

Paul T
try conditional formatting
macgru
 
Conditional Formatting.

Look up 'Highlight cells that meet specific conditions' in the Answer
wizard in help
 

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