Excel 2003: Changing colours of TWO cells based on value within one cell

network_engineer

New Member
Joined
May 14, 2011
Messages
37
Hi all,

1. how would I go about changing the format of one cell based on the value in the adjacent cell?

E.g. change the shading or font colour of both C4 and D4, if the value in C4 has changed?

E.g.
if C4 = High, then C4:D4
if C4 = Nominal, then C4:D4
if C4 = Low, then C4:D4

Part II
How do I replicate this to other cells, C5:C65536 and D5:D65536? I tried copy/paste special/format, but it did not work!

Kind regards.
Thanks!
 
Last edited:

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Select the range you want to format and go to Format>Conditional Formatting, select "Formula Is", then input =$C4="high" and set the format for high, click "add" and repeat for the other two.

The $ tells the conditional format to only look at the value in column C on each row.
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,334
Members
452,907
Latest member
Roland Deschain

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