V
virfir97
x-no-archive: yes
Help required.
I have comma delimited strings of various lengths. I wish to extract
the first 3 fields as a comma delimited string. Since the fields are of
different lengths, I've hit a brick wall.
Example
107,165,72,9,30,10,4_________________ Result => 107,165,72
1,87,4,40,12,20,75,40,39,9,82,24_____ Result => 1,87,4
5____________________________________ Result =>5
120__________________________________ Result =>120
12,327_______________________________ Result =>12,327
mussels______________________________ Result =>mussels
2,263,106,82,19______________________ Result =>2,263,106
Can anyone help with a formula? Currently I use text to column to
achieve my aims, but I then have to concatenate after parsing. Since I
require the original data, I'm trying to write a formula that does
this automatically.
Thanks in Advance.
Help required.
I have comma delimited strings of various lengths. I wish to extract
the first 3 fields as a comma delimited string. Since the fields are of
different lengths, I've hit a brick wall.
Example
107,165,72,9,30,10,4_________________ Result => 107,165,72
1,87,4,40,12,20,75,40,39,9,82,24_____ Result => 1,87,4
5____________________________________ Result =>5
120__________________________________ Result =>120
12,327_______________________________ Result =>12,327
mussels______________________________ Result =>mussels
2,263,106,82,19______________________ Result =>2,263,106
Can anyone help with a formula? Currently I use text to column to
achieve my aims, but I then have to concatenate after parsing. Since I
require the original data, I'm trying to write a formula that does
this automatically.
Thanks in Advance.