How to convert duplicate columns into different rows for unique id

Joined
Mar 29, 2012
Messages
1
Reaction score
0
I have two attributes....First is Name and Second is Last Name...

Now if for a particular name, eg. Gaurav there may be two last names, eg. Bansal and Gupta....

So I want to convert it into a way that First Attribute should be Name with Gaurav, Second Attribute should be last Name with Value Bansal and Thrid attribute should be Last Name with Value Gupta...

Kindly help!!!:(
 
Back
Top