change name from @cell to email in another @cell
Hi,
what could be the Formula in @cell "b" to insert the email address of a person whose name is written in cell "a" ?
Best Answer
-
Not sure, if you can achieve this with a simple formula, i.e. displaying a different property of the contact than the name.
But you could set up a 'helper table' in a separate sheet (with the contact name in the first and their email address in the second column) and do a vlookup to it.
Answers
-
Not sure, if you can achieve this with a simple formula, i.e. displaying a different property of the contact than the name.
But you could set up a 'helper table' in a separate sheet (with the contact name in the first and their email address in the second column) and do a vlookup to it.
-
I was able to use this formula in my sheet without a helper sheet. First, I created a First Name helper column and used the formula =LEFT([Contact]@row, FIND(" ", [Contact]@row) - 1), then I created a Last Name helper column with the formula =MID([Contact]@row, FIND(" ", [Contact]@row), 100). Finally, I created the email column and used the formula =[First Name]@row + "." + [Last Name]@row + "@email.com"
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!