I have to compare 2 tables & list down the missing data from one of the tables. I tried to use variations of XLOOKUP, XMATCH etc, but not getting the correct output. Can the experts suggest please?
Requirement - Compare the data in the reference table & list the items which are not present in the master table.
Master table:
Reference table:
Desired output:
Requirement - Compare the data in the reference table & list the items which are not present in the master table.
Master table:
excel problems.xlsx | |||||
---|---|---|---|---|---|
F | G | H | |||
30 | name | status | desc | ||
31 | nmnm | a | |||
32 | opioq | a | 78k | ||
33 | fd | a | 75s | ||
34 | vcv | i | 098y | ||
35 | jkl | i | 23f | ||
36 | ds | i | 666a | ||
37 | mmm | a | 9m | ||
38 | fd | a | |||
39 | www | i | |||
40 | yty | i | |||
41 | wq | a | |||
42 | reyu | a | m8 | ||
filter |
Reference table:
excel problems.xlsx | ||||
---|---|---|---|---|
B | C | |||
30 | name | comment | ||
31 | ds | y | ||
32 | fd | y | ||
33 | reyu | |||
34 | jkl | com | ||
35 | nmnm | .,., | ||
36 | vcv | n098m,1 | ||
37 | opioq | ,.-`+ | ||
38 | xzxz | .,m | ||
39 | ywqtr | 6y | ||
filter |
Desired output:
excel problems.xlsx | ||||
---|---|---|---|---|
B | C | |||
44 | name | comment | ||
45 | xzxz | .,m | ||
46 | ywqtr | 6y | ||
filter |