i have a column ACCOUNTS, with data
AC_123,AC_456,AC_676
I need to format it in this order
-['AC_123','AC_456','AC_676']
Hi @nidah ,
The following formula should give you the desired output:
"-['"+Replace([Your_Input_Field],",","','")+"']"
Hope that helps,
Angelos
thanks a lot,
its working for the first row, but for the rest of the rows the (,) & ('') is missing
e.g:
-['AC_200AC_205','AC_2006','AC_207','AC_208'] |
@nidah Is there a comma originally between 200 and AC?