How can I get the output like this from the table? If I have a table for example shown below
First Name Last Name
----------
1. John Doe
2. John Ruggles
3. Ricky Rog
4. kelly Ali
5. Ricky Gyri
I want to show this as below
First Name Last Name
1.John Doe
Ruggles
2. Kelly Ali
3. Ricky Rog
Gyri
Like for each name I want to display last name. I want First Name will appear only one time. Please help me. Its a tabular data, first name and last name are different columns