Victtor
Board Regular
- Joined
- Jan 4, 2007
- Messages
- 170
- Office Version
- 365
- Platform
- Windows
Most of my data comes like this in 1 cell (Test to columns does not work in this case):
2037020 Pint Milk 32 4
I need to extract that number 32
the Pint Milk could be any of my inventory items
How can I accomplish this. I do not need this hard coded for just Pint Milk, but for any of my items:
2037020 Pint Milk 32 4
2037021 Yup 5 0
2037022 Simply Juice 47 6
2037024 20oz Reg
2037025 Gold Tea 35 4
2037030 Minute Maid 66 8
2037031 HH Coke 12 1
I need the first number(s) after the inventory item. In the case of the Pint Milk it would be 32. Not the 4.
Please assume the data starts in C2 and I need the result in C3
Please help.
2037020 Pint Milk 32 4
I need to extract that number 32
the Pint Milk could be any of my inventory items
How can I accomplish this. I do not need this hard coded for just Pint Milk, but for any of my items:
2037020 Pint Milk 32 4
2037021 Yup 5 0
2037022 Simply Juice 47 6
2037024 20oz Reg
2037025 Gold Tea 35 4
2037030 Minute Maid 66 8
2037031 HH Coke 12 1
I need the first number(s) after the inventory item. In the case of the Pint Milk it would be 32. Not the 4.
Please assume the data starts in C2 and I need the result in C3
Please help.