Hi,
I want to join two tables.
I have full match on two column and closest match on two other columns.
Each table with different number of row.
reference sorted= 108 rows
scan sorted= 193 rows
I want the final table to have all the row from the reference table, 108 rows, + the matching data from the second table.
exact match columns:
1. Row Reference= Row Scan
2. Col Reference= Col Scan
closest match columns:
1. X Coordinates Reference= X Coordinates Scan
2. Y Coordinates Reference= Y Coordinates Scan
If possible, I want to control the proximation value, like search area.
I've tried other suggestions in the forum: fuzzy merge and nearest rows but didn't get the results I want.
would appreciate any help.