Conditional Format

C

Confused

I'm trying to apply conditional formatting on the entire row if condition is
met.

The Column the conditon is in M. How would I accomplish to turn each row
red if anything in Column M has the words "red-jeopardy"?
 
K

KC hotmail com>

Highlight all the desired rows (I'll assume 2:100).
Under conditional format, change "cell value" to "formula" and paste this
formula in:
=$M2="red-jeopardy"
Apply the desired formatting and save
 
L

Luke M

Select desired range (assume you start in row 2)
Condition format, formula is:
=$M2="red-jeopardy"
Format with red pattern.
'ok'.


The trick is using the absolute reference on column M.
 

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

Top