Subtracting one column from another

B

Brian Bagnall

Hi,

I have two columns of data and I want to remove any names that appear
in another column. For example:

Column 1:

Bill
Henry
Ruby

Column 2:
Frank
Bill
Joe

I want the calculation to subtract any names that appear in Column 2
to produce the following:

Henry
Ruby

Please let me know what I have to do, possibly with an SQL statement,
to produce this including naming worksheets if thats necessary.

- Brian
 
Top