coverting text data into a perticular format to excel

anupamduttabesu

New Member
Joined
Mar 24, 2013
Messages
5
Hi

I have a data in text in the below fomat...




<dbtsp:tab=axepars;
DATABASE TABLE
BLOCK TAB TABLE WRAPPED
PARA AXEPARS YES
NAME SETNAME PARID VALUE UNIT CLASS DISTRIB
EMERGENCYMODE AXELMCPF 8191 0 FEATURE IMMED
STATUS FCVSET FCVALUE DCINFO FCODE
UPDATED FALSE 0 UNDEF 0
NAME SETNAME PARID VALUE UNIT CLASS DISTRIB
SCCPCONGCTRL CCSF 8190 0 FEATURE IMMED
STATUS FCVSET FCVALUE DCINFO FCODE
UPDATED FALSE 0 UNDEF 0
END


I need to convert it into the below excel format.....

NAME</SPAN>SETNAME</SPAN>PARID</SPAN>VALUE</SPAN>UNIT</SPAN>CLASS</SPAN>DISTRIB</SPAN>STATUS</SPAN>FCVSET</SPAN>FCVALUE</SPAN>DCINFO</SPAN>FCODE</SPAN>
EMERGENCYMODE</SPAN>AXELMCPF</SPAN>8191</SPAN>0</SPAN> FEATURE</SPAN>IMMED</SPAN>UPDATED</SPAN>FALSE</SPAN>0</SPAN>UNDEF</SPAN>0</SPAN>
SCCPCONGCTRL</SPAN>CCSF</SPAN>8190</SPAN>0</SPAN> FEATURE</SPAN>IMMED</SPAN>UPDATED</SPAN>FALSE</SPAN>0</SPAN>UNDEF</SPAN>0</SPAN>

<TBODY>
</TBODY><COLGROUP><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL></COLGROUP>



Here from the text we have to take the data beneath the header.In the excel i have a common header and from the text the data will be read and pest in the excel under the header.
Please help me how to do it.
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.

Forum statistics

Threads
1,213,564
Messages
6,114,334
Members
448,567
Latest member
Kuldeep90

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