I have a column that is 8 characters in lenght.
The values in starts with:
1) a set of numbers varies in lenght
2) next is 2 spaces
3) then a set of characters that varies in lenght starting with P and tries to spell the word Point.
Examples are:
699 Poi
1,314 P
90 Poin
0 Point
I would like to pull only the numbers from this column so I can now have
699
1,314
90
0
Thanks for your help
The values in starts with:
1) a set of numbers varies in lenght
2) next is 2 spaces
3) then a set of characters that varies in lenght starting with P and tries to spell the word Point.
Examples are:
699 Poi
1,314 P
90 Poin
0 Point
I would like to pull only the numbers from this column so I can now have
699
1,314
90
0
Thanks for your help