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:

User_Meta
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

<tbody>
</tbody>

<tbody>
</tbody>

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

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
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,214,846
Messages
6,121,905
Members
449,054
Latest member
luca142

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