Automate switch to contact email

Hi Community! I have a sheet that has a column of usernames (random letters ex OPKAP) that associate with an email address in the column next to it. I am hoping to possibly manage references or vlookup or something so in a different sheet if i input the username it automatically fills in the users email address. is that possible? Or something i can imbed into the main sheet that makes it recognize the username and input the email?
Best Answer
-
Make sure this column name matches exactly what you have in your sheet:
Username
Answers
-
Try a formula along these lines:
=INDEX({Reference Sheet Email Address Column}, MATCH(Username@row, {Reference Sheet Username Column}, 0))
-
@Paul Newcome that looks like i tshould work but its coming back as #unparseable so im closer but not there.
-
=INDEX({BOS Jag Usernames Range 1}, MATCH(Username@row,{BOS Jag Usernames Range 2}, 0))
-
Make sure this column name matches exactly what you have in your sheet:
Username
-
@Paul Newcome I was missing a column in the sheet to match the column in the source sheet. once they got me that put in it all started working! thanks for the great info.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!