Looking for a simplified way of comparing two tables and adding the unique values from one table to another table.
I have these two tables:
Ideally I would like to get one table that shows this:
Open to doing this outside of an Excel Table, if that is easier? The results can be added to the second table, or in a new table/range altogether.
I have these two tables:
Book1 | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Name | Grade | Name | Grade | |||
2 | John | 12th | John | 12th | |||
3 | Jane | 15th | Jane | 15th | |||
4 | Jack | 8th | Jack | 8th | |||
5 | Mike | 8th | Jane | 15th | |||
6 | Susy | 1st | Jack | 8th | |||
Sheet2 |
Ideally I would like to get one table that shows this:
Book1 | ||||
---|---|---|---|---|
H | I | |||
1 | Name | Grade | ||
2 | John | 12th | ||
3 | Jane | 15th | ||
4 | Jack | 8th | ||
5 | Jane | 15th | ||
6 | Jack | 8th | ||
7 | Mike | 8th | ||
8 | Susy | 1st | ||
Sheet2 |
Open to doing this outside of an Excel Table, if that is easier? The results can be added to the second table, or in a new table/range altogether.