Here is my problem:
Col A | Col B | Res
1 | =search("[:digit:]", A1) | #VALUE!
So even if I just do the most basic Regex, I get a #VALUE! error. Why would that be? I have enabled regular expressions and wildcards.
Here is my problem:
Col A | Col B | Res
1 | =search("[:digit:]", A1) | #VALUE!
So even if I just do the most basic Regex, I get a #VALUE! error. Why would that be? I have enabled regular expressions and wildcards.
Alright, I was not enabling regex!