Hey Everyone, I have lead lists I'm working on, but sometimes there are duplicates, where 1 will have the email address and the other will have the date of birth. I don't want to get rid of both, but I want to merge them. For example:
First Name Last Name Email Birthday Phone
John Smith 1@1.com 404-555-1212
John Smith 01/01/1960 404-555-1212
I would like it to be like this:
First Name Last Name Email Birthday Phone
John Smith 1@1.com 01/01/1960 404-555-1212
So only 1 lead is left. I have alot of these, so an automatic or VBA method would be needed. The phone field would be unique and could be a good merge anchor. Ideas?
First Name Last Name Email Birthday Phone
John Smith 1@1.com 404-555-1212
John Smith 01/01/1960 404-555-1212
I would like it to be like this:
First Name Last Name Email Birthday Phone
John Smith 1@1.com 01/01/1960 404-555-1212
So only 1 lead is left. I have alot of these, so an automatic or VBA method would be needed. The phone field would be unique and could be a good merge anchor. Ideas?