I am trying to separate a string into two columns, however, the string contains text and numbers and it does not have an easy deliminator.
Here is an example of the string data:
Antioxidant Rich Fruit Blends. 6 months and up4.00 oz
4.22 oz
10.00 oz
Snap on lid 3.5 oz - 2 pack7.00 oz
No artificial flavors. Microwavable.45.00 oz
This is what I'm trying to get it to look like:
The only consistent aspect is the "oz" at the end, however, as you can see sometimes "oz" appears in the middle of the string.![]()
Please Login or Register to view this content.
I have tried LEFT/RIGHT/Mid, however, since the numbers I want in column B vary in length from 4 characters to 6, LEFT/RIGHT/MID ends up cutting something wrong.
Thanks for your help!
Bookmarks