Conditional Formatting on a Row - XL2007

S

Steve

Hi all,

I want to apply a Conditional Format (Bold Red Txt) to the entire
contents of a row when the word 'RECALLED' appears in any of four
specific cells within that row (AJ3, AQ3, AX3 and BE3).

Any pointers/suggestions.

Thanks

--
Steve

There's a fine line between fishing and just standing on the shore like
an idiot.
- Steven Wright
 
P

Per Jessen

Hi Steve

Select the entire table, and goto Conditional Format.

Use 'Formula Is', and enter this formula, where 3 is the number of the first
row in the table:

=OR($AJ3="RECALLED",$AQ3="RECALLED",$AX3="RECALLED",$BE3="RECALLED")

Apply formatting as desired.

Regards,
Per
 
S

Steve

Per Jessen penned:
Select the entire table, and goto Conditional Format.
Use 'Formula Is', and enter this formula, where 3 is the number of the first
row in the table:

Apply formatting as desired.

Thank you Per, works like a charm

--
Steve

Eat a live toad the first thing in the morning and nothing worse will
happen to you the rest of the day.
- Unknown
 

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