Forum Discussion
BobbyM23
Aug 24, 2020Copper Contributor
Conditional formatting for entire row if one of multiple words appears in a column
I need help setting a conditional format for my spreadsheet. My data goes from cell A1 thru I whatever depending on the size of my report each day. Row 1 is my header line. Column F is where my crit...
wumolad
Aug 24, 2020Iron Contributor
To make your conditional formatting more dynamic. You can type the words to search for in another column or sheet as shown in the attached.
Then use this formula:
=OR(ISNUMBER(SEARCH($I$2,$F2)),ISNUMBER(SEARCH($I$3,$F2)),ISNUMBER(SEARCH($I$4,$F2)))
Hope this is useful.
Cheers