Hi!
I have a rollup field (using ARRAYUNIQUE) that should always produce a single array value.
I want to pretty it up and remove the encompassing quotation marks, but I can’t seem to figure it out.
I’ve tried all of the following formulas, but none of them seem to work.
SUBSTITUTE({Vendor Rollup}, '"', '')
SUBSTITUTE({Vendor Rollup}, '/"', '')
SUBSTITUTE({Vendor Rollup}, """, "")
SUBSTITUTE({Vendor Rollup}, "/"", "")
Can anyone help me shed some light on my issue?