A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I have cells with initials and some cells have multiple intials, i.e. cw/kk/rb. I want to find every instance of 'kk'. Can I use conditional formatting to highlight a partial text match in a cell?
Try this...
Let's assume the range in question is A1:A10.
Select the *entire* range A1:A10 starting from cell A1. Cell A1 will be the
active cell. The active cell is the one cell in the selected range that is
not shaded. The formula will be relative to the active cell.
Goto the menu Format>Conditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=SEARCH("kk",A1)
Click the Format button
Select the Patterns tab
Select the desired fill color
OK out
--
Biff
Microsoft Excel MVP