Database - Database Comparison

uk

Board Regular
Joined
Nov 4, 2003
Messages
101
I have a database which I run once a month.
It has a table called 'Alpha', I need to compare the data on the new Alpha to the old one, eg;

Old Alpha

1
2
3
4
5
6
7
8
9

New Alpha

2
4
6
8
13
15
16
17

I need to

a] Generate a list where the number value appears in both old and new table, this is easy!

2
4
6
8


b] Generate a list of values which appear in the old Alpha table only.

1
3
5
7
9

c]Generate a list which appear in the new Alpha table only.

13
15
16
17

Help!
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.

Forum statistics

Threads
1,221,581
Messages
6,160,630
Members
451,661
Latest member
hamdan17

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