Running a custom formula for conditional formatting in google sheets only formats the first cell in the "apply to range"

61 views Asked by At

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 answers

3
player0 On

try:

=REGEXMATCH(K6, "Y")

for range K6:K