I have a relatively large amount of date that I need to reformat so I can load it into a database. It is basketball statistics and info if that is pertinent at all. In Column E I have the team name, column F is the ID number associated with the specific game played, and Column I is a comma separated list of the players for that team in that game and the points they scored (the number of players varies from game to game).
I need each line to end up looking like this:
And then have each of those sets to be moved over to column A-C, pasted each one after the next.
Currently I was using a macro I recorded to delimit the info in column I by commas and then transpose paste it into column G where I would then use the corner autofill box to expand columns E,F down for each, but there are something like 700 of these games that I will have to work through and more in the future. Can somebody assist me with working out a macro or VBA code that would work through these quicker?
I need each line to end up looking like this:
And then have each of those sets to be moved over to column A-C, pasted each one after the next.
Currently I was using a macro I recorded to delimit the info in column I by commas and then transpose paste it into column G where I would then use the corner autofill box to expand columns E,F down for each, but there are something like 700 of these games that I will have to work through and more in the future. Can somebody assist me with working out a macro or VBA code that would work through these quicker?