Hi,
I'm searching for a solution to lookup and return the number of a cell/text string. Example:
[TABLE="class: grid, width: 330"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Input[/TD]
[TD]Return[/TD]
[/TR]
[TR]
[TD]asd-1234567890123axbf[/TD]
[TD="align: right"]1234567890123[/TD]
[/TR]
[TR]
[TD]1234567890123_00sajs1[/TD]
[TD="align: right"]1234567890123[/TD]
[/TR]
[TR]
[TD]0-1234567890123sdfjquwe[/TD]
[TD="align: right"]1234567890123[/TD]
[/TR]
[TR]
[TD]asdasd-1-n1234567890123[/TD]
[TD="align: right"]1234567890123[/TD]
[/TR]
</tbody>[/TABLE]
The number will always start with 12345 (but the rest varies) and will always be 13 digits. Otherwise it can be mixed with other numbers and text in the cell (see example)
Help is much appreciated!
I'm searching for a solution to lookup and return the number of a cell/text string. Example:
[TABLE="class: grid, width: 330"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Input[/TD]
[TD]Return[/TD]
[/TR]
[TR]
[TD]asd-1234567890123axbf[/TD]
[TD="align: right"]1234567890123[/TD]
[/TR]
[TR]
[TD]1234567890123_00sajs1[/TD]
[TD="align: right"]1234567890123[/TD]
[/TR]
[TR]
[TD]0-1234567890123sdfjquwe[/TD]
[TD="align: right"]1234567890123[/TD]
[/TR]
[TR]
[TD]asdasd-1-n1234567890123[/TD]
[TD="align: right"]1234567890123[/TD]
[/TR]
</tbody>[/TABLE]
The number will always start with 12345 (but the rest varies) and will always be 13 digits. Otherwise it can be mixed with other numbers and text in the cell (see example)
Help is much appreciated!