Conditional formatting based on text from other cell

roc_ent

Active Member
Joined
Jan 27, 2003
Messages
252
Office Version
  1. 2019
Platform
  1. Windows
High all, I must be under the influence of the weekend blues because this is just not working for me. What I'm trying to do is to format cells in color based on the text in another cell. So if the text in cell J5 is "Shipped" I want to color format in B5. Then I will drag that conditional formatting down to J102.
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Select the range B5:B102, go to Conditional Formatting, and use this formula:
Excel Formula:
=$J5="Shipped"
and choose your formatting color.
 
Upvote 0
MrExcelPlayground2.xlsx
BCDEFGHIJ
5Shipped
6Silly
7Shipped
8Hello
9
10Shipped
Sheet11
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B5:B16Expression=J5="Shipped"textNO
 
Upvote 0
Solution
Guess I must have posted using "invisible ink" again!
;)
 
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