I need to extract any numbers (0-9 only no symbols) that follow the letters "ps".
"ps" could be in either upper or lower case or a mix of both. There may also be some hyphens or brackets between the ps and the numbers but no text. I need to extract just the numbers and only where there is no other text between the ps and the numbers. The ps could be anywhere in the text string and will not always be at the end of the string (although this will be the most common)
Eg.
C1464 PS25 - I want to extract the 25
SUS680 H.PUMPS - I do not want to extract anything
C1496 PS3 - I want to extract the 3
U57119-p/s 12 - I want to extract the 12
U57119 ps(13) - I want to extract the 13
I assume that I would use Search to find the letter ps but I am unsure how to extract the numbers after that where there may be spaces or symbols and where the numbers may be 1 or 2 characters long.
Thanks
Bookmarks