Hello,
I am looking for a solution to my problem in Excel with a series of digits generated by a code reader.
For example, I have two series of numbers:
(240) 60002626 (10) 170 161 256
(240) 00683958 (10) 161 160 987
I'm interested in pulling out the numbers after the brackets.
for this series of numbers: (240) 60002626 (10) 170161256
I'm using the formula:
= TEXT FRAGMENT (D3; 4; 8) which gives me the result: 60002626
later I repeat this formula to draw the second one from the numbers:
= TEXT FRAGMENT (D3; 14; 9) with the result: 170161256
and everything is OK.
Until I do something like that with a string of numbers, e.g.
(240) 00683958 (10) 161 160 987
Here, too, I have to draw from this series of digits the numbers after (240) or 00683958, but I would like this number to not contain 00 if they appear in any number. So a good result would be if the record of this string were as follows:
In one cell: 683958
and in the second: 161160987
Please help me which formula should I use.
Thank you in advance and best regards
I am looking for a solution to my problem in Excel with a series of digits generated by a code reader.
For example, I have two series of numbers:
(240) 60002626 (10) 170 161 256
(240) 00683958 (10) 161 160 987
I'm interested in pulling out the numbers after the brackets.
for this series of numbers: (240) 60002626 (10) 170161256
I'm using the formula:
= TEXT FRAGMENT (D3; 4; 8) which gives me the result: 60002626
later I repeat this formula to draw the second one from the numbers:
= TEXT FRAGMENT (D3; 14; 9) with the result: 170161256
and everything is OK.
Until I do something like that with a string of numbers, e.g.
(240) 00683958 (10) 161 160 987
Here, too, I have to draw from this series of digits the numbers after (240) or 00683958, but I would like this number to not contain 00 if they appear in any number. So a good result would be if the record of this string were as follows:
In one cell: 683958
and in the second: 161160987
Please help me which formula should I use.
Thank you in advance and best regards