B
BusyProfessorFromBremen
Hey @ all,
as I elaborated on a table I was revealing an issue by handling one column.
In this column there are values prevalent which aren't in a proper format.
They contain both numerical as well as alphanumerical values. Thus I would
like to copy just the numerical values out of these boxes. From there on I
can observe the information more in detail than I can do now. To simplify the
problem I give a brief example:
State of the art:
ID VALUE
123 45-32HH
123 22-33
321 24-1235GL
321 49-33HH
It should look like:
ID VALUE VALUENEW
123 J45-32HH 45-32
123 D22-33 22-33
321 24-1235GL 24-1235
321 49-33HH 49-33
Would be great if anybody has got a clou how to solve this problem.Thank you
very much in advance!
malte
as I elaborated on a table I was revealing an issue by handling one column.
In this column there are values prevalent which aren't in a proper format.
They contain both numerical as well as alphanumerical values. Thus I would
like to copy just the numerical values out of these boxes. From there on I
can observe the information more in detail than I can do now. To simplify the
problem I give a brief example:
State of the art:
ID VALUE
123 45-32HH
123 22-33
321 24-1235GL
321 49-33HH
It should look like:
ID VALUE VALUENEW
123 J45-32HH 45-32
123 D22-33 22-33
321 24-1235GL 24-1235
321 49-33HH 49-33
Would be great if anybody has got a clou how to solve this problem.Thank you
very much in advance!
malte