Comparing 2 spreadsheets

fuzzyjon

New Member
Joined
May 12, 2006
Messages
21
Hello everyone,

I wonder if anyone could please provide me with any assistance on the following problem that I have.

OK, I have two separate spreadsheets.

The first contains a list of ALL our clients who have done a particular project, with the Company Name, Company Address and Company Town fields.

The second contains a list of SOME of our clients who have done a different project, with the same fields as above.

I would like to compare the two spreadsheets and make it so that the ALL list has the records from the SOME list removed, so I am left with the rest of our clients who have not done the different project.

Phew!! Hope this makes sense!!

Thanks for your time and help.

Best wishes

Jon
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Hi Jon

Probably easiest if on the All sheet you use a helper column formula (ie next adjacent empty column) along the lines of:

=ISNUMBER(MATCH(All_Sheet!A2,Some_sheet!$A$2:$A$1000,0))

which will return True if the company name (assuming it is in the A column on both sheets) from the All sheet exists on the Some sheet, and False if it doesn't. Amend the ranges as appropriate.

Then, on the All sheet, use Autofilter (Data>Filter>Autofilter) and filter this helper column for the False values. This will give you only company names which do not appear on the Some sheet.

Best regards

Richard
 
Upvote 0
Thanks!

Hi Richard

Thanks for the quick reply..... it worked perfectly too!!!

Cheers and have a great weekend.

Jon
 
Upvote 0

Forum statistics

Threads
1,224,894
Messages
6,181,618
Members
453,057
Latest member
LE102024

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top