Hi all,
i 'm looking for solution to the following problem:
i have a string at B1 and C1 columns like this: [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]bread[/TD]
[TD]1 item 330 calories[/TD]
[/TR]
[TR]
[TD]apple sugar[/TD]
[TD]300g 1232 calories[/TD]
[/TR]
[TR]
[TD]tost[/TD]
[TD]110g 250 calories[/TD]
[/TR]
</tbody>[/TABLE]
etc...
All i want is text extraction like:
D1 column E1 column
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1 item[/TD]
[TD]330 calories[/TD]
[/TR]
[TR]
[TD]300 g[/TD]
[TD]1232 calories[/TD]
[/TR]
[TR]
[TD]110g[/TD]
[TD]250 calories[/TD]
[/TR]
</tbody>[/TABLE]
How can i achieve this results?
TIA
i 'm looking for solution to the following problem:
i have a string at B1 and C1 columns like this: [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]bread[/TD]
[TD]1 item 330 calories[/TD]
[/TR]
[TR]
[TD]apple sugar[/TD]
[TD]300g 1232 calories[/TD]
[/TR]
[TR]
[TD]tost[/TD]
[TD]110g 250 calories[/TD]
[/TR]
</tbody>[/TABLE]
etc...
All i want is text extraction like:
D1 column E1 column
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1 item[/TD]
[TD]330 calories[/TD]
[/TR]
[TR]
[TD]300 g[/TD]
[TD]1232 calories[/TD]
[/TR]
[TR]
[TD]110g[/TD]
[TD]250 calories[/TD]
[/TR]
</tbody>[/TABLE]
How can i achieve this results?
TIA