J
jimmxz
I have a column of imported data that I want to convert to a number only.
The data includes 2 to 3 numbers, then a "/" and finally 1 or 2 more numbers.
I only want the left 2 or 3 numbers before the "/". Here is are some
examples:
Actual Wanted
100/0 100
100/10 100
55/5 55
55/10 55
Thanks for your help!
Jim
The data includes 2 to 3 numbers, then a "/" and finally 1 or 2 more numbers.
I only want the left 2 or 3 numbers before the "/". Here is are some
examples:
Actual Wanted
100/0 100
100/10 100
55/5 55
55/10 55
Thanks for your help!
Jim