Hi SmartSheet community!
I'm trying to write a formula that will allow a user to select an entry on a Contact List column, and have that person's email address auto-fill a Text/Number field (which is used in an auto-generated notification message).
What's the best way to do this? I've set up a secondary Contact List sheet to match names and email addresses, but I'm getting that pesky #INVALID_REF message. Here's what I have:
=VLOOKUP({Assigned Staff Member}, {Contact Info}, 3, true)
{Assigned Staff Member} is a Contact List column (with the contact information entered as a value), as is {Contact Info} on the separate sheet, and 3 is a Text/Number column containing the email address.
It looks like INDEX and MATCH could also be used for this, but I'm starting to go round in circles and would appreciate some guidance!
Thanks!