Comparing tables in different files

Ric F

Board Regular
Joined
Apr 15, 2011
Messages
117
Office Version
  1. 365
Hello all!
I'm trying to compare two tables - one from last month (table A) and one from this month (table B). I want to see the differences in this months (table B) file from last. Both tables are identical in columns (A:T). What formula do I use to compare these and find the newly added records?

Ric
 
ok - I'll try the filter formula again - Thanks for all of your help!
 
Upvote 0

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
The filter formula would be
=FILTER(A2:AT49944,(ISNA(MATCH(A2:A49944,AA2:AA49944,0)))*(A2:A49944<>""))
 
Upvote 0
Thanks for the updated filter formula. I'll give it a whirl now.
 
Upvote 0

Forum statistics

Threads
1,214,539
Messages
6,120,100
Members
448,944
Latest member
SarahSomethingExcel100

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