Select the column, say Column A, then,
<Format> <ConditionalFormatting>,
First box is "Cell value is",
Second box, choose "Equal to",
Third box, enter "customer" (no quotes),
Click on format, and choose whatever you wish,
Then <OK> <OK>.
NOW, this will *only* format the cell if it contains the *single* word,
"customer".
If you have "customer" in the cell with other words, then try this:
First box, choose "Formula is",
Second box, enter this formula:
=ISNUMBER(SEARCH("customer",A1))
Click on format, and choose whatever you wish,
Then <OK> <OK>.
--
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
message
I would like to format all words that said “customer” in a column to a
chosen color.Can anyone provide a formula or conditional formatting
that will do
this.