I have a spreadsheet with rows of data which needs to be moved into columns next to a person's name. Example:
a1:John
a2:Birthdate
a3:Hiredate
a4:Mike
a5:Birthdate
a6:Hiredate
Result needed:
A1: John B1: Birthdate C1: Hiredate
I need to have have the birthdate and hiredates in columns next to the person's name. I cannot use VBA or macros. Excel 2007.
Thank you.
a1:John
a2:Birthdate
a3:Hiredate
a4:Mike
a5:Birthdate
a6:Hiredate
Result needed:
A1: John B1: Birthdate C1: Hiredate
I need to have have the birthdate and hiredates in columns next to the person's name. I cannot use VBA or macros. Excel 2007.
Thank you.