I want to colour row "4" using this custom function "=REGEXMATCH(B4;"Skorpion")" in conditional formatting, but that doesn't work. Only "A4" is blue, and I wanted all row 4 in blue colour.
CodePudding user response:
for a row highlight use:
=REGEXMATCH($B4; "Skorpion")