Conditional Formatting

  • Thread starter Thread starter LinZ
  • Start date Start date
L

LinZ

I am trying to format rows R2:R187 to change the font red and bold if it
starts with *.

For example: *Have Amanda review payment of $25.00*.

I need to leave the dollar amount open ended because it changes everytime.
Also, occasionally comments will be added into the same cell underneath the
above note, and I do not want that formatted.

Thanks!
 
Conditional formatting formula is:
=LEFT(R2)="*"
Set format, copy cell,
and right-click, paste special formatting to the other cells.
 

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

Similar Threads


Back
Top