Linking data from one sheet to another

MarianneD617
✭✭✭✭
Hi, I have 2 sheets. One including demographic information (name, address, contact info) and a second sheet for tracking interactions including the individuals on the 1st sheet.
Is it possible to have some of the columns in the 2nd sheet auto-populate based on a name selected from a drop-down list in the 2nd sheet? (Example: Select the name from the drop down list, address automatically fills in on 2nd sheet)
Thanks
Best Answer
-
Thanks, I'll give it a try!
Answers
-
You would use cross sheet references in a formula such as this:
=INDEX({1st Sheet Address Column}, MATCH([Name Column]@row, {1st Sheet Name Column}, 0))
-
Thanks, I'll give it a try!