I have this data:
From this:
TDNO location
12345 New York
12345 San Jose
56789 San Francisco
56789 New Jersey
90390 Las Vegas
To this:
TDNO Location
12345 New York
56789 San Francisco
90390 Las Vegas
How do I achieve this result? If there are duplicate data in TDNO column, only the first data in each duplicate is shown like in the example above.