[Solved] How can I delete one if there are two identical names in the list?

@mom7667yafy please see the blocks circled in green

[edit]

see my example.

I pull data from 5 fields and throw them all into a list. then i search the list and create a new one. for each item in list 1 that is not in list 2 put it in. if it is in list 2, go on to the next item and check again

does this help?