How to break a part lots of data in one cell into many and look pretty

Swissmiss

New Member
Joined
Sep 27, 2013
Messages
23
So I have huge file of test data for a students from a program. The file has one column that has all of the most important data I need per student:

[TABLE="width: 500"]
<tbody>[TR]
[TD]User_Meta[/TD]
[/TR]
[TR]
[TD][TABLE="width: 1790"]
<tbody>[TR]
[TD="width: 1790"]at_risk_status=No;advisor_name_id=000456;career_tech_indicator_code=Yes;immigrant_status=No;title_i_part_a_indicator_code=;lep_monitoring_status=;rti_status=N;migrant_status=No;peims_id=645721151;other_id=61621;section_504_status=No;esl_status=No;special_ed_status=No;economic_disadvantage_code=00;student_grade=11;gifted_talented_status=No;bilingual_status=No;birthdate=2000-10-13;district_entry_date=08/15/2005;entity_id=006;federal_race=----5;years_in_us_schools=0.00;hispanic_latino_ethnicity=Yes;gender=F[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]

What is the best way to break apart all the data separated by ; into individual columns, and if possible every before = is the column name and just the info after the = into the cells next to the students names.

Any help would be massively appreciated!! TIA
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Start by reviewing Excel's Data to column feature, you can specify the delimited character as ";"

Plenty of online guides, videos, explanations for Data to column
 
Upvote 0

Forum statistics

Threads
1,226,112
Messages
6,189,039
Members
453,520
Latest member
packrat68

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