I'm trying to extract a alphanumeric string from a mixed string.
Per the example below the text I need to extract is a "Pxxxxx", where the xxxxx could be any length but is always numbers.
The Source cell could be any length and contain other mixed text.
[TABLE="width: 404"]
<tbody>[TR]
[TD]Source Cell[/TD]
[TD]Required Results[/TD]
[/TR]
[TR]
[TD]Project P1234567 for Org 2005-2017[/TD]
[TD]P1234567[/TD]
[/TR]
[TR]
[TD]P012345[/TD]
[TD]P012345[/TD]
[/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]
Any help would be greatly appreciated.
Jim
Per the example below the text I need to extract is a "Pxxxxx", where the xxxxx could be any length but is always numbers.
The Source cell could be any length and contain other mixed text.
[TABLE="width: 404"]
<tbody>[TR]
[TD]Source Cell[/TD]
[TD]Required Results[/TD]
[/TR]
[TR]
[TD]Project P1234567 for Org 2005-2017[/TD]
[TD]P1234567[/TD]
[/TR]
[TR]
[TD]P012345[/TD]
[TD]P012345[/TD]
[/TR]
</tbody><colgroup><col><col></colgroup>[/TABLE]
Any help would be greatly appreciated.
Jim