Conditional Format

L

lehigh

Hi All

I have one letter in A3

I have 20 letters in C3. All seperated by a comma and a space

I would like to "Conditional Format" A3 to color the cell if the
letter in A3 can match one of the 20 letters in C3.

Can anyone help me with this?

Thanks very much for the help

Tom Snyder
 
F

Felipe

Tom,

With A3 selected go to Format>Conditional formatting
From the pull down list select 'Formula is'
Type: =ISNUMBER(FIND($A$3,$C$3))
Select the apropriate format and click OK.

If you want to paste this formatting to other cells or
apply it to a range, check if cell references have to be
absolute or relative (i.e. remove or add '$' as needed)

Regards,
Felipe
 

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

Top