Compare 2 tables and list unmatched/missing row

kkvaas

New Member
Joined
Aug 5, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
How can I use Table 1 as reference and find any missing row in tables 2 to display in another cell or worksheet? For Booking column, there will be same ID sometimes with different First name and Last Name.
I know it can be done by power query, but both tables will change data up to 50 rows as I switch to different product section. I am trying to avoid clicking Refresh All for query
Is there a way to do it with Formulas? So I can missing row result immediately.

tables.jpg
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Welcome to the MrExcel board!

You will generally get faster & better answers if you provide sample data in a form that can easily be copied for testing:
MrExcel has a tool called “XL2BB” that lets you post samples of your data that will allow us to copy/paste it to our Excel spreadsheets, so we can work with the same copy of data that you are. Instructions on using this tool can be found here: XL2BB Add-in

Note that there is also a "Test Here” forum on this board. This is a place where you can test using this tool (or any other posting techniques that you want to test) before trying to use those tools in your actual posts.

Doe this do what you want?

22 08 06.xlsm
ABCDEFGHIJKLMN
1BookingFirst NameLast NameBookingFirst NameLast NameGender
21AB3EFFMissing
31CD1ABMBookingFirst NameLast NameGender
43EF1CD
54GH4GH
6
Missing
Cell Formulas
RangeFormula
K4:M5K4=FILTER(A2:C50,ISNA(MATCH(A2:A50&"|"&B2:B50&"|"&C2:C50,F2:F50&"|"&G2:G50&"|"&H2:H50,0)),"")
Dynamic array formulas.
 
Upvote 0

Forum statistics

Threads
1,214,651
Messages
6,120,744
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top