I have a field where the spacing in the middle could change.
Example 1: 332 31
Example 2: 332 9
Example 3: 041 12
I need to split this field into 2 parts. The space in the middle is what I was trying to split on but my example # 2 is returning a space then the 9. I need it to just return the 9. I also tried the left and the right formulas but in some cases it was grabbing just the 9 but then it would throw off the others (I would return the 1 in Example 1 and the 2 in Example 2).
I want my results to be:
Truck# Stop#
Example 1: 332 31
Example 2: 332 9
Example 3: 041 12
Any advice would be greatly appreciated. Thanks in advance!
Example 1: 332 31
Example 2: 332 9
Example 3: 041 12
I need to split this field into 2 parts. The space in the middle is what I was trying to split on but my example # 2 is returning a space then the 9. I need it to just return the 9. I also tried the left and the right formulas but in some cases it was grabbing just the 9 but then it would throw off the others (I would return the 1 in Example 1 and the 2 in Example 2).
I want my results to be:
Truck# Stop#
Example 1: 332 31
Example 2: 332 9
Example 3: 041 12
Any advice would be greatly appreciated. Thanks in advance!