Hi,
I have text in a single excel cell which looks like this:
* Apple: some general text. * Pear: more text. * Orange:some more text.
I need to extract the each instance of the strings between the characters * and :, and put them in separate, adjacent cells.
e.g.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]B1[/TD]
[TD]C1[/TD]
[TD]D1[/TD]
[/TR]
[TR]
[TD]Above Text[/TD]
[TD]Apple[/TD]
[TD]Pear[/TD]
[TD]Orange[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to do this with either excel formulas in each of the adjacent cells, or else via a macro?
Thanks in advance.
I have text in a single excel cell which looks like this:
* Apple: some general text. * Pear: more text. * Orange:some more text.
I need to extract the each instance of the strings between the characters * and :, and put them in separate, adjacent cells.
e.g.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A1[/TD]
[TD]B1[/TD]
[TD]C1[/TD]
[TD]D1[/TD]
[/TR]
[TR]
[TD]Above Text[/TD]
[TD]Apple[/TD]
[TD]Pear[/TD]
[TD]Orange[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to do this with either excel formulas in each of the adjacent cells, or else via a macro?
Thanks in advance.