Hi Team,
I'm guessing that SmartSheet doesn't support regex in formulas as I get an #UNPARSEABLE error when I try it but I thought I'd better post the question here before I make that assumption.
I have the following text in my "Subject" column:
[1751] - Guide Posts
With the formula:
=MID(Subject1, FIND("[", Subject1) + 1, 4)
I get the following returned:
1751
However when I change the formula to
=MID(Subject1, FIND("["[12], Subject1) + 1, 4)
I get #UNPARSEABLE
Am I right in assuming this means Smartsheet doesn't support regex?
Oh, I'd better add too that I did search the community but found very little mentioning regex here and nothing to help me.