Here's my problem.
I'm using a database software that exports results (in this case the results are industries & subindustries) into one cell. Example
cell A1:A5000
Food;
Meat;
Chicken;
Grower
Each cell has an industry, which is then followed by a semicolon and then a space. When I try to use Excel's built-in text to column feature, I can't get it to work unless I manually enter the cell, and delete the extra spaces between each entry (food; meat; chicken, etc.)
Here's the other probleam, not each row (data point) has the same amount of industries and subindustries. Some may be i) food; meat; chicken; grower and some are just ii) food; meat.
I"m looking for someone to help me draft the VBA code to manipulate the text in colum a, so that I can use the text to column feature.
Thanks for help,
T
I'm using a database software that exports results (in this case the results are industries & subindustries) into one cell. Example
cell A1:A5000
Food;
Meat;
Chicken;
Grower
Each cell has an industry, which is then followed by a semicolon and then a space. When I try to use Excel's built-in text to column feature, I can't get it to work unless I manually enter the cell, and delete the extra spaces between each entry (food; meat; chicken, etc.)
Here's the other probleam, not each row (data point) has the same amount of industries and subindustries. Some may be i) food; meat; chicken; grower and some are just ii) food; meat.
I"m looking for someone to help me draft the VBA code to manipulate the text in colum a, so that I can use the text to column feature.
Thanks for help,
T