Extract from HTML code and put it in to columns

rajeshi1980

New Member
Joined
May 9, 2013
Messages
14
Hi,

Have the below code in HTML format, and wanted to extract them in to excel columns separately. have 100s of records such in one excel column for now. please help...

"""
<h4>Specifications</h4>
<table class=""table table-striped"">
<tbody>
<tr>
<td>Color</td>
<td>Black</td>
</tr>
<tr>
<td>Memory</td>
<td>32 GB</td>
</tr>
<tr>
<td>Weight</td>
<td>192 g</td>
</tr>
<tr>
<td>Display</td>
<td>5.4 inch</td>
</tr>
<tr>
<td>Camera</td>
<td>18 MP</td>
</tr>
<tr>
<td>OS</td>
<td>Android OS, v5.1.1 (Lollipop)</td>
</tr>
<tr>
<td>Sim Card</td>
<td>Nano-SIM</td>
</tr>
<tr>
<td>Key pad</td>
<td>QWERTY</td>
</tr>
<tr>
<td>Screen</td>
<td>Corning Gorilla Glass 4 & Curved edge screen</td>
</tr>
<tr>
<td>Features</td>
<td>CPU is Dual-core 1.8 GHz Cortex-A57 & quad-core 1.44 GHz Cortex-A53, Active noise cancellation with dedicated mic, Non-removable Li-Ion 3410 mAh battery and Capacitive touch 4-row BlackBerry keyboard.</td>
</tr>
</tbody>
</table>
"""
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,214,667
Messages
6,120,808
Members
448,990
Latest member
rohitsomani

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top