View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

select the cells, and then use CF with Formula Is and a formula of

=RIGHT(A1,1)="."

format as required.

This assumes the data is column A, starting in A1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Cumbo" wrote in message
...
I want to know if I can conditionally format cells in a column of data

which
end with a full stop - i.e if this is a column of data I want to be able

to
highlight...

blue. - highlight
Yellow
red. - highlight
black
brown
green. - highlight

Any ideas?????