How do I Highlight a row, where something is found?

G

Guest

I am trying to highlight an enitire row when a column in the row contains
certain text. I can get it to highlight the box that it is in but I would
like to highlight the whole row if possible.
 
D

David Biddulph

You haven't told us what conditional format formula you are using, but try
something of the form Formula is =$A1="wanted text".
(Absolute reference for the column, relative reference for the row).
 
V

vezerid

Select ALL columns of your data (or even the entire sheet). Assuming
your test column is C:C and you selected from row 1.

Conditional Formatting, Formula Is:

=$C1="my choice"

HTH
Kostis Vezerides
 

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