I have a sheet with data, in Sheet1 I have data in column M (Text data value "Done") so now I try to apply Conditional Formatting on my Sheet2 column K2:K if Sheet1 Column M have value "Done". I tried this formula:
=Search("Done",indirect("Sheet1!M2:M"),0)
also this one:
=search("Done",Sheet1!$M2:$M)
but not working