I have 2 spreadsheets. I need a way to compare the entire row from sheet 1 and if that row matches any row in sheet 2 then copy all of that information to a 3rd sheet. Or if it is easier to just highlight the entire row in the 2nd sheet because it is a duplicate from the first sheet.
Sheet 1 format
[TABLE="width: 1116"]
<tbody>[TR]
[TD]Unit - Address[/TD]
[TD]Unit City / State / Zip[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Email[/TD]
[TD]Phone Number[/TD]
[/TR]
[TR]
[TD]1 West St 2nd Fl[/TD]
[TD]Anytown, AZ 77815[/TD]
[TD]Shames[/TD]
[TD]Smith[/TD]
[TD]shamesS1@mail.com[/TD]
[TD](110) 555-1212[/TD]
[/TR]
[TR]
[TD]1 West St 2nd Fl[/TD]
[TD]Everytown, NJ 08151[/TD]
[TD]David[/TD]
[TD]Doe[/TD]
[TD]dleib7777@nomail.com[/TD]
[TD](555) 555-5692[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 1116"]
<tbody>[TR]
[TD]11 E 12Th St [/TD]
[TD]Everytown, NJ 08151[/TD]
[TD]Jane [/TD]
[TD]Smith[/TD]
[TD]no email [/TD]
[TD](555) 555-6200[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 format
[TABLE="width: 1116"]
<tbody>[TR]
[TD]Unit - Address[/TD]
[TD]Unit City / State / Zip[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Email[/TD]
[TD]Phone Number[/TD]
[/TR]
[TR]
[TD]1 West St 2nd Fl[/TD]
[TD]Anytown, AZ 77815[/TD]
[TD]Shames[/TD]
[TD]Smith[/TD]
[TD]shamesS1@mail.com[/TD]
[TD](110) 555-1212[/TD]
[/TR]
[TR]
[TD]1 West St 2nd Fl[/TD]
[TD]Everytown, NJ 08151[/TD]
[TD]David[/TD]
[TD]Doe[/TD]
[TD]dleib7777@nomail.com[/TD]
[TD](555) 555-5692
[/TD]
[/TR]
</tbody>[/TABLE]
So the examples above the first 2 names would copy over to new sheet (or highlight them in the 2nd sheet) however the 3rd name (Jane Smith) would not copy or highlight because that person is new.
Thank you all in advance!
Sheet 1 format
[TABLE="width: 1116"]
<tbody>[TR]
[TD]Unit - Address[/TD]
[TD]Unit City / State / Zip[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Email[/TD]
[TD]Phone Number[/TD]
[/TR]
[TR]
[TD]1 West St 2nd Fl[/TD]
[TD]Anytown, AZ 77815[/TD]
[TD]Shames[/TD]
[TD]Smith[/TD]
[TD]shamesS1@mail.com[/TD]
[TD](110) 555-1212[/TD]
[/TR]
[TR]
[TD]1 West St 2nd Fl[/TD]
[TD]Everytown, NJ 08151[/TD]
[TD]David[/TD]
[TD]Doe[/TD]
[TD]dleib7777@nomail.com[/TD]
[TD](555) 555-5692[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 1116"]
<tbody>[TR]
[TD]11 E 12Th St [/TD]
[TD]Everytown, NJ 08151[/TD]
[TD]Jane [/TD]
[TD]Smith[/TD]
[TD]no email [/TD]
[TD](555) 555-6200[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 format
[TABLE="width: 1116"]
<tbody>[TR]
[TD]Unit - Address[/TD]
[TD]Unit City / State / Zip[/TD]
[TD]First Name[/TD]
[TD]Last Name[/TD]
[TD]Email[/TD]
[TD]Phone Number[/TD]
[/TR]
[TR]
[TD]1 West St 2nd Fl[/TD]
[TD]Anytown, AZ 77815[/TD]
[TD]Shames[/TD]
[TD]Smith[/TD]
[TD]shamesS1@mail.com[/TD]
[TD](110) 555-1212[/TD]
[/TR]
[TR]
[TD]1 West St 2nd Fl[/TD]
[TD]Everytown, NJ 08151[/TD]
[TD]David[/TD]
[TD]Doe[/TD]
[TD]dleib7777@nomail.com[/TD]
[TD](555) 555-5692
[/TD]
[/TR]
</tbody>[/TABLE]
So the examples above the first 2 names would copy over to new sheet (or highlight them in the 2nd sheet) however the 3rd name (Jane Smith) would not copy or highlight because that person is new.
Thank you all in advance!
Last edited: