Are you sure your example tables are ok? Because I don’t get it why 3|b is in table 1, not in the reference table (3|a) and not in your result table, but 4|c is also in your table 1, not in the reference table (4|b), but 4|b is in the final table. Can you explain more logic, does order matter?
Let’s assume, we have Test Person 1 (Table 1). This person should have done 3x Step a, 1x Step b and 1x Step c. But he did Step a only 2x. Consequently, the following steps got the wrong timestamp.
The final table should show, that Test Person 1 missed 1x Step a (Time Stamp 3) but did the other steps b and c (Timestamps 4 and 5). The timestamps in the final table should be in the right order, so 1 2 4 5.
.
I think you should check if it gives you the results you expect and if this solution works if you have to check multiple tables. So hope this helps. combine_2_tables.knwf (82.3 KB)
gr. Hans