Hi Community,
Require some help on below scenario
I have 2 Datatables named DT1 and DT2.
I want to match some columns of the data between those two tables If data match I want two outputs 1. The matched records, 2. The unmatched records
I have attached Input and Output for same. In the Input file Sheet1 and Sheet2 can be referred as DT1 and DT2 and the columns to be compared are “Server” and “Value”.
Output file contain 2 sheets → matched and unmatched
Imp - matching is done only on the above mentioned columns based on them match/not match the row item is to be picked and accordingly printed in the output
Input.xlsx (9.8 KB)
Output.xlsx (9.5 KB)
Help appreciated.
Thanks!!