Conditional Formatting problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?????
 
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)
 

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

Back
Top