B1azingPengu1n
New Member
- Joined
- May 11, 2016
- Messages
- 4
Hey everyone,
I have a large spreadsheet with many pairs of cells like this:
Names Emails
[TABLE="class: grid, width: 417"]
<tbody>[TR]
[TD]Chris Ritter;Ina Lucas;Tammy Willerth;''''''Eric Willerth'''''';Maya;Regina Bell;Bonita Schaufele;'Marilyn Llewellyn'[/TD]
[TD][TABLE="width: 473"]
<tbody>[TR]
[TD]ceritter@telus.net; hopelesslyoverbudget@me.com; twillerth@shaw.ca; ewillerth@gmail.com; maya.lijin@gmail.com; reginab@telus.net; bonitaschaufele@shaw.ca; pokeyllew@yahoo.ca[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Obviously these fields match respectively, the first item before the semicolon in the left cell corresponding to the first item in the right.
Is there a way to extract this data so that it's instead many pairs of cells, each with one item? Like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Chris Ritter[/TD]
[TD]ceritter@telus.net[/TD]
[/TR]
[TR]
[TD]Ina Lucas[/TD]
[TD]hopelesslyoverbudget@me.com[/TD]
[/TR]
[TR]
[TD]Tammy Willerth[/TD]
[TD]twillerth@shaw.ca[/TD]
[/TR]
[TR]
[TD]Eric Willerth[/TD]
[TD]ewillerth@gmail.com[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for any help!
I have a large spreadsheet with many pairs of cells like this:
Names Emails
[TABLE="class: grid, width: 417"]
<tbody>[TR]
[TD]Chris Ritter;Ina Lucas;Tammy Willerth;''''''Eric Willerth'''''';Maya;Regina Bell;Bonita Schaufele;'Marilyn Llewellyn'[/TD]
[TD][TABLE="width: 473"]
<tbody>[TR]
[TD]ceritter@telus.net; hopelesslyoverbudget@me.com; twillerth@shaw.ca; ewillerth@gmail.com; maya.lijin@gmail.com; reginab@telus.net; bonitaschaufele@shaw.ca; pokeyllew@yahoo.ca[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Obviously these fields match respectively, the first item before the semicolon in the left cell corresponding to the first item in the right.
Is there a way to extract this data so that it's instead many pairs of cells, each with one item? Like this:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Chris Ritter[/TD]
[TD]ceritter@telus.net[/TD]
[/TR]
[TR]
[TD]Ina Lucas[/TD]
[TD]hopelesslyoverbudget@me.com[/TD]
[/TR]
[TR]
[TD]Tammy Willerth[/TD]
[TD]twillerth@shaw.ca[/TD]
[/TR]
[TR]
[TD]Eric Willerth[/TD]
[TD]ewillerth@gmail.com[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for any help!