Help!

I am using the formula: =ISNUMBER(SEARCH("Y",K6)) as a custom formula to conditionally format a range of cells. It works when K6 has a "Y" in it but only for the first cell in the apply to range.

Any ideas would be appreciated.

1

There are 1 best solutions below

3
player0 On

try:

=REGEXMATCH(K6, "Y")

for range K6:K