Skip to main content
Solved

Insert black between concatenated values

  • August 3, 2022
  • 1 reply
  • 16 views

Forum|alt.badge.img+6

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!

Best answer by TheTimeSavingCo

Hi Elodie, try using ARRAYJOIN(values, " ") instead

1 reply

TheTimeSavingCo
Forum|alt.badge.img+31

Hi Elodie, try using ARRAYJOIN(values, " ") instead