Originally posted by lesliekirk
View Post
- You have two separate Excel files (let’s call them File A and File B).
- There’s a common field in both files (e.g., an ID, SKU, name, or some other unique key) that should match across them.
- For each matching record, you want to pull another value from the same row in File B into the correct row in File A.
- The pulled value should land in File A in the row where the match occurred.
- Essentially, you want a cross-reference between two files — match on one column, bring back a related column’s value.
Leave a comment: