Hi!
Try this exercise:
In cell G1 enter the word "completed" without the quotes.
Now, select the entire row by clicking on the row header,1.
Goto Format>Conditional Formatting.
Formula is: =OR(1:1="Completed")
Click the Format button.
Select whatever styles you want.
OK out.
All of row 1 will now be formatted to whatever style you
selected.
Now, clear the contents of cell G1. The formatting has
been removed. Now, enter the word "completed" in cell A1.
If the word "completed" appears in any cell in row 1,
A1:IV1, the entire row (every cell) will format to the
style you selected.
Now, if you only want the specific cell or cells that
contain the word "completed" to be highlighted but want to
apply this to every cell in the row:
Select the entire row by clicking on the row header, 1.
Goto Format>Conditional Formatting.
Formula is: =A1="completed"
Click the Format button.
Select whatever styles you want.
OK out.
Now, enter the word "completed" in cell G1. Now, enter the
word "completed" in cell A1.
Biff