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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!