Aug 03, 2022 05:46 AM
Hello :wave:t3:
I get concatenated values from a roll-up.
The result is: CotisationsONIRCP
I want this: Cotisations ONI RCP (with black in between each value)
I tried using this formula but it does not change anything:
CONCATENATE(values)&SUBSTITUTE(“”," ")
Any advice?
Thanks!
Solved! Go to Solution.
Aug 03, 2022 05:52 AM
Hi Elodie, try using ARRAYJOIN(values, " ")
instead
Aug 03, 2022 05:52 AM