I have a string data field with numbers separated by comma's.
Example of data:
0470,08161,08845,28845,0458,08058,41319,41329,41330,44154,44450,44454,R00600,M0458,M00600,M02600,F00458,85264,83454,83444
I want to have these numbers listed in a column and sorted
expected output
0458
0470
08058
08161
08845
28845
etc
How to I code this, it's already a formula field.
Example of data:
0470,08161,08845,28845,0458,08058,41319,41329,41330,44154,44450,44454,R00600,M0458,M00600,M02600,F00458,85264,83454,83444
I want to have these numbers listed in a column and sorted
expected output
0458
0470
08058
08161
08845
28845
etc
How to I code this, it's already a formula field.