How to Extract an Apostrophe ' from text

When trying to remove an apostrophe from this text:

[Dimensions] = "100'"

using this formula

SUBSTITUTE([Dimensions], "'", "")

I get this error: UNTERMINATED STRING

Is there a way for appsheet to not interpret the โ€™ as a single quote? An escape character or something?

Another oddity, If I add a space after the apostrophe, then it clears the error. Very curious behavior???

SUBSTITUTE([Dimensions], "' ", "")

Solved Solved
0 22 2,584
1 ACCEPTED SOLUTION

@Stefan_Quartemont This should do itโ€ฆ SUBSTITUTE([DIMENSION]&, LEFT("โ€™ โ€œ, 1),โ€")

View solution in original post

22 REPLIES 22
Top Labels in this Space