Hey guys,
So I have rollup field addresses, and I made a little formula to put “-” in front of every address.
![image image](/t5/image/serverpage/image-id/16372iBEDF9FF154B86809/image-size/large?v=v2&px=999)
But I would like to change hyphen symbol (-) to number - first row number 1, second row no.2 and so on.
Current formula in Addresses field is:
" - " & ARRAYJOIN(ARRAYUNIQUE(ARRAYCOMPACT(values)), ’ ; \n \n - ') &"."
Is that possible?