I have a worksheet and in the worksheet i want to change multiple texts into one formatting. For example: I have g1c, g5c, f9x, f8x, etc. and want to use only one conditional formatting to highlight those text as "red".
Jim
Jim
=SUMPRODUCT(--ISNUMBER(SEARCH("|"&A1&"|","|"&xvalues&"|")))
I may try that...however, I thought it was working and when I went back to the worksheet, it had screwed it all up with different colors in other rows and it had deleted some data...I probably screwed something up. I am going to try and use the list.Or in another sheet you can put the list of values, let's say from A1 to A9, with that range of cells you create a named range with the name "xvalues" and use the following formula:
Excel Formula:=SUMPRODUCT(--ISNUMBER(SEARCH("|"&A1&"|","|"&xvalues&"|")))
A!
Named Ranges Name: xvalues
Refers To Cells: =Sheet3!$A$1:$A$9F4