Hi, I am trying to compare two sets of data: Test 1 Scores and Test 2 Scores. The output result would be a table that shows the difference in scores between Test 1 and 2 for each individual.
The problem I am having is that on Test 2, a new person joined the class which means the person (Gene) did not take Test 1, which is ok. However, I needed the output results to show Gene's difference in test results is NULL (or blank).
I tried doing a Join on field "Name", "Age", and "Full time?" but it didn't work.
Here are my tables:
Test 1:

Test 2:

Output Result Needed:
