Comparing and Deleting rows

S

snypa

I have two spreadsheets.

One table has these fields:

Computer | Date


The other is like this:

Computer | Last Used

The problem is that the two lists are different, but some computer
exist in both. The first list is a complete list, the second one is
subset of the first.

How do I extract rows that are common into a separate table
 
Top