regular expressions ?
regular expressions ?
Question:
How do I tell Zoho Sheet to treat a string of chars as an expression ?
Background:
According to the docs, it should be possible to match strings using regular expressions. For example in the COUNTIF() function. I tried it using the sample in the docs: =COUNTIF(C5:C8;"all.*")
But this treats the expression as a regular string to match.