Lookup contact name from email address
Hi,
Users enter data into a sheet via a Form. One of the columns is a "Created By" system column. This provides me with the email address. Is there a function to lookup the name from the contact list based on the email address.
I'm aware that I could achieve something similar by have a second sheet with Names and email addresses. However, this would be duplication of data.
Answers
-
If you set your Contact List to Allow Multiple Contacts per cell and check them all off then they would all be listed at once.
In another column, you can add a formula to Find the Created By within your Contact List.
=IF(FIND([Created By]@row, [Contact List]@row) > 0, "Existing Contact", "New")
Tested it on my end and it worked.
-
Hi Nick,
I appreciate the suggestion. Unfortunately this doesn't meet my requirements. I'm attempting to minimize duplicate entry as this minimize errors.
As I already have the email address I really should be able to lookup against the contact list. I suspect this is a feature request.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!