Hello,
I have a cell that contains various number of text separated by commas. I would like for the information separated by commas to go into a list below the first item in the cell. Here is an example.
Current Data
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID Number[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Involvement[/TD]
[/TR]
[TR]
[TD]58475[/TD]
[TD]Kate[/TD]
[TD]Smith[/TD]
[TD]Law Review,Active Minds,Soccer, Accounting Club[/TD]
[/TR]
[TR]
[TD]786543[/TD]
[TD]Sam[/TD]
[TD]King[/TD]
[TD]Chinese Studies,Boxing,[/TD]
[/TR]
[TR]
[TD]873423[/TD]
[TD]Kim[/TD]
[TD]Shaw[/TD]
[TD]*******, Carswell, Tennis, Zeta, Golf, Presidential Scholar, Archery, Women in Science, Concert Choir[/TD]
[/TR]
</tbody>[/TABLE]
This what I want it to look like.
[TABLE="width: 500"]
<tbody>[TR]
[TD]58475[/TD]
[TD]Kate[/TD]
[TD]Smith[/TD]
[TD]Law Review[/TD]
[/TR]
[TR]
[TD]58475[/TD]
[TD][/TD]
[TD][/TD]
[TD]Active Minds[/TD]
[/TR]
[TR]
[TD]58475[/TD]
[TD][/TD]
[TD][/TD]
[TD]Soccer[/TD]
[/TR]
[TR]
[TD]58475[/TD]
[TD][/TD]
[TD][/TD]
[TD]Accounting Club[/TD]
[/TR]
</tbody>[/TABLE]
I am not well versed on the use of Macros. So if you can explain it like I am 5 that would be great. I truly appreciate your help as I have over 5,000 rows of data.
I have a cell that contains various number of text separated by commas. I would like for the information separated by commas to go into a list below the first item in the cell. Here is an example.
Current Data
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID Number[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Involvement[/TD]
[/TR]
[TR]
[TD]58475[/TD]
[TD]Kate[/TD]
[TD]Smith[/TD]
[TD]Law Review,Active Minds,Soccer, Accounting Club[/TD]
[/TR]
[TR]
[TD]786543[/TD]
[TD]Sam[/TD]
[TD]King[/TD]
[TD]Chinese Studies,Boxing,[/TD]
[/TR]
[TR]
[TD]873423[/TD]
[TD]Kim[/TD]
[TD]Shaw[/TD]
[TD]*******, Carswell, Tennis, Zeta, Golf, Presidential Scholar, Archery, Women in Science, Concert Choir[/TD]
[/TR]
</tbody>[/TABLE]
This what I want it to look like.
[TABLE="width: 500"]
<tbody>[TR]
[TD]58475[/TD]
[TD]Kate[/TD]
[TD]Smith[/TD]
[TD]Law Review[/TD]
[/TR]
[TR]
[TD]58475[/TD]
[TD][/TD]
[TD][/TD]
[TD]Active Minds[/TD]
[/TR]
[TR]
[TD]58475[/TD]
[TD][/TD]
[TD][/TD]
[TD]Soccer[/TD]
[/TR]
[TR]
[TD]58475[/TD]
[TD][/TD]
[TD][/TD]
[TD]Accounting Club[/TD]
[/TR]
</tbody>[/TABLE]
I am not well versed on the use of Macros. So if you can explain it like I am 5 that would be great. I truly appreciate your help as I have over 5,000 rows of data.