andrewmshoe
New Member
- Joined
- Jun 24, 2024
- Messages
- 7
- Office Version
- 365
- Platform
- Windows
I found a few related questions, but waasn't sure how to modify the script for my purposes.
E.g: Extract multiple 5-digit numbers from alphanumeric text
They will always start with a P or U. Also, there may be long strings where 10 or more of these alphanumerics need to get extracted.
E.g: Extract multiple 5-digit numbers from alphanumeric text
String | Desired Output |
Hello there P0D1C, im great,% U1212 | P0D1C U1212 |
My name is P6717 and I happy | P6717 |
They will always start with a P or U. Also, there may be long strings where 10 or more of these alphanumerics need to get extracted.