I'm using Excel 2010, and I'm not extremely advanced when it comes to the macro side of Excel. However, I currently have a report with student data with a name for every entry school they have applied. What I want to do is take these Schools that they have applied to and put them in a single row by student by a macro program. the data is currently 600 rows long.
Here is an example of the current data:
Adriana AlcantarSubmittedUniversity of the Incarnate Word
Adriana AlcantarAcceptedThe University of Texas at San Antonio
Adriana AlcantarAcceptedTexas Tech
Brianna RiveraSubmittedTexas Tech
Brianna RiveraAcceptedBlinn College
I want it to look like this:
Adriana AlcantarSubmitted University of the Incarnate WordAccepted The University of Texas at San AntonioTexas Tech
Brianna Rivera SubmittedTexas TechAcceptedBlinn College
Thanks so much for your help!