Calicarrie
New Member
- Joined
- Nov 29, 2004
- Messages
- 22
I am trying to parse some text values into 2 cells based on the "Name" and the "Size". Examples include:
PORT750ml/4pk
CHARDONNAY3L/o
WINE1.5L
Which would read as (separate cells):
PORT 750ml/4pk
CHARDONNAY 3L/o
WINE 1.5L
Since the "size" is variable and the "name" is not of consistent length, I am not sure how to automate this (preferably without a macro). I tried a "Left" function with "find" but the find function cannot include wildcards and the size is not standard.
Any ideas would be greatly appreciated!
Thanks!
PORT750ml/4pk
CHARDONNAY3L/o
WINE1.5L
Which would read as (separate cells):
PORT 750ml/4pk
CHARDONNAY 3L/o
WINE 1.5L
Since the "size" is variable and the "name" is not of consistent length, I am not sure how to automate this (preferably without a macro). I tried a "Left" function with "find" but the find function cannot include wildcards and the size is not standard.
Any ideas would be greatly appreciated!
Thanks!