View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rosefest rosefest is offline
external usenet poster
 
Posts: 3
Default Parse a Cell value using another listing showing criteria

I have two part numbers:
A
1 CR4MD6
2 C418MDX7
I need to parse these out into other cells so they look like as follows:

A B C D
1 C R4 MD 6
2 C 418 MDX 7

On a separate sheet I have a listing of all posible combinations of values
in column A, B, C, D.

I was hoping to use data in second sheet to help parse these part numbers
out. I have some 20k lines that I will have to do again at least 2 more
times. As you can see there is no real trend in the data.

Any help is greatly appreciated.