Hi All,
Could some one let me know how to convert below string?
Input String:
(((Type1 = "TEST") AND (Code1 in "X, Y, Z")) OR ((Type1 = "TEST") AND (Code2 in "A, B, C")))
Output String:
(((Type1 = "TEST") AND (Code1 in ("X", "Y", "Z"))) OR ((Type1 = "TEST") AND (Code2 in ("A", "B", "C"))))
Thanks,
Mark
What do you mean by convert? As in you have the input and want to get to the output (by adding some extra punctuation), with a formula? If so, are you needing it to be dynamic? I’m a little confused about the request sorry.
Hi @mark_paul - You can simply use a Replace functions: