I have a list of data that includes duplicates. I would like to find out only duplicates data

For example, I would like this:
H5N108Sept	2
H5N108Sept	2
...to become this:

Duplication 	Status
H5N108Sept	Ok
H5N108Sept	Dupliacte
Thanks!