I want to find unique values in Fruits column, Price column of File 1 and use those values to filter file 2 data. I want it to be dynamic since new values can get added.
I want to compare Quantity type field from File 1 to unit_1, unit_2 field in File 2 and Form 2 new columns in file2 "quantity type" which has same quantity type as file 1 and "quantity" which has same quantity as quantity in file 1.
PFA file below. It would be great if someone could help