How can I remove duplicate rows? I know there is a conditional way to mark it, but I want to do the following.

First Last Raw
Jim Ray
Jim Ray
John Doe
John Doe


First Last Results
Jim Ray
John Doe


Thank you.