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.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!