Splitting Data in a Cell into Groups

H

Howard

I have a issue where I have a list of 3 letter codes seperated by a ; that I
need to grouped by the first letter of the code (ABC, ACB, AAA and BAA, BAB,
BAC and so on) but I'm unable to figure out how to do this in either Excel or
Access. There are about 60,000 rows and 1 code to 500 codes in each cell.

Please help
 
H

Howard

Here is an example of the data

ABC;ACD;ADD;AEF;BOA;BPA;BZZ;CED;CEZ;TTY;ZZZ

We want a way to seperate the data in the columns into 26 Columns (Each
Column for each letter in the alphabet)

Column A:

ABC;ACD;ADD;AEF

Column B:

BOA;BPA;BZZ

Column C:

CED;CEZ

Column T:

TTY

Column Z:

ZZZ

Thank you in Advance

Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top