I'm not sure if I'm asking this the best way, but I'll try. Basically, I have a spreadsheet for customers. Each row is one customer, and there's a cell in that row that contains keywords separated by semicolons. What I need to do now, is convert that single cell into multiple rows. So in the case of
;Cardiovascular;ENT;Eyes;General;Surgery;Neurology;Oral;Ortho;Plastics;Podiatry;Urology;
I need to convert that to 11 rows, with each row containing the same information from the parent row in all the other cells. So if that was for customer "Sprockets" then it would become
Cardiovascular Sprockets
ENT Sprockets
Eyes Sprockets
General Sprockets
Surgery Sprockets
Neurology Sprockets
Oral Sprockets
Ortho Sprockets
Plastics Sprockets
Podiatry Sprockets
Urology Sprockets
I have Excel and Access as possible tools. Any help is appreciated.
