Hello community, i'm looking to create a variance/delta sheet between the old and new dataset.
I've used the join tool but have not successfully align the employee+old+new value in the same row.
Appreciate the help in advance!
| Table 1 | | |
| Employee | Attribute | Old Value |
| A | 1 | abc |
| A | 2 | abc |
| A | 3 | abc |
| A | 4 | abc |
| B | 1 | abc |
| B | 2 | abc |
| B | 3 | abc |
| Table 2 | | |
| Employee | Attribute | New Value |
| A | 1 | abc |
| A | 2 | defg |
| A | 3 | defg |
| C | 1 | defg |
| C | 2 | defg |
| C | 3 | defg |
| Variance | | | |
| Employee | Attribute | Old Value | New Value |
| A | 2 | abc | defg |
| A | 3 | abc | defg |
| A | 4 | abc | |
| B | 1 | abc | |
| B | 2 | abc | |
| B | 3 | abc | |
| C | 1 | | defg |
| C | 2 | | defg |
| C | 3 | | defg |