XLOOKUP — Combine Matched Columns from 2 CSV Files
This is your primary CSV file where returned lookup columns will be added.
Index starts at 0. Example: ID = 0, Name = 1, Age = 2.
This CSV contains the lookup key and the columns you want to return.
This is the matching key column in the lookup CSV.
Columns from the lookup CSV to append to the main CSV. Separate multiple indexes with commas.
This value is inserted when no matching key is found. Example: -, NA, Not found.