Forum Discussion
JNH415531
Mar 03, 2026Copper Contributor
Conditional Formatting a specific word
First post here, so hoping someone can help me. I work for a repair facility. I track our repairs in excel. I have an “order” tab that tracks all the important information for the repairs. I also hav...
IlirU
Mar 04, 2026Iron Contributor
Select cells you want in column A and in Conditional Formatting apply below formula:
=--SUBSTITUTE(LOWER($B2:$B10), TEXTAFTER($A2:$A10, ": "), "") > 0Format cells with color you want.
Change the range in formula as per you need.
Hope this helps.
IlirU