On Apr 21, 3:06*pm, "Rick Rothstein \(MVP - VB\)"
<rick.newsNO.S...@NO.SPAMverizon.net> wrote:
> Show a programmer (me) what looks like a programming question in a
> programming newsgroup and he (me) will come up with a programming solution
> every time.<g>
>
> Of course, your Conditional Formatting suggestion is far superior to what I
> posted... 'timwell' take note.
>
> Rick
>
> "James Snell" <JamesSn...@discussions.microsoft.com> wrote in message
>
> news:E5189E8F-EB27-4300-B213-(E-Mail Removed)...
>
>
>
> > Hi Tim,
>
> > It sounds like you're looking for a conditional format based on a formula.
> > To implement it...
>
> > Select cell A1
> > Click Format > Conditional Formatting
> > Set the options for the condition to:-
> > *Formula Is
> > *=IF(FIND("*",$C1)>0,TRUE,FALSE)
> > Set a format then OK out of the dialogues
> > Select the format painter from the toolbar then click in the box above the
> > number 1 row label.
>
> > The whole sheet is now set to apply that format if a * appears in columnC
> > of the row.
>
> > Hope that helps.
>
> > ~ James
>
> > "timwell" wrote:
>
> >> Hi,
> >> I have a spreadsheet with 16 columns. *Column C has text in each
> >> cell. *In some of the cells in column C there is an (asterisk) * with
> >> the text. *For example CARS *. *I would like in each instance of the
> >> asterisk in column C to bold that entire row. *Then move on to the
> >> next row until there are no more asterisks. * I will not have more
> >> than 500 rows. Thanks for any help with this. TimW- Hide quoted text -
>
> - Show quoted text -
Thanks so much guys. I used the conditional formatting suggested by
James. Rick your comments were very appreciated. I had earlier tried
both methods but couldn't get either to work for me. I do not post
often so I hope I replied correctly. Again thank you! TimW
|