Change text color in cells IF text in ANOTHER cell equals 'Goods In' etc

LukeAcrelands

New Member
Joined
May 17, 2018
Messages
2
I have a table with 6 columns. The first column is a drop-down list with 5 options indicating whether a row is Stock IN or Stock OUT. I need the rest of the corresponding row to change text color depending on the value in the drop-down list. For example:-

IF Cell A1 is equal to "Own Haulier In" make the text in the row RED
IF Cell A1 is equal to "Own Haulier Out" make the text in the row BLACK
IF Cell A1 is equal to "Collection Out" make the text in the row PURPLE
IF Cell A1 is equal to "Delivery In" make the text in the row GREEN
IF Cell A1 is equal to "Delivery Out" make the text in the row BLUE

I understand that it needs to be conditional formatting, most likely with a nested IF statement but I am struggling. HELP PLEASE!:eek:

Thanks in Advance.
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Welcome to the Board!

Not a nested IF, but rather separate Conditional Formatting rules, one for each color.

So, you would select the entire rows, and then use this Conditional Formatting formula for the first one:
=$A1="Own Haulier In"
and choose the red color.
Repeat for the other rules.
 
Upvote 0
You are welcome.

If you want to exclude column from the coloring, just select the ranges you want it applied to (i.e. columns B-F, starting in row 1 down as far as you want).
 
Upvote 0

Forum statistics

Threads
1,214,968
Messages
6,122,506
Members
449,089
Latest member
RandomExceller01

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