Pulling email from other sheet when corresponding business name is entered
I have a sheet with the name of a business and the corresponding contact emails for each business. In another sheet, I would like for the name of the contact to populate when the corresponding business is entered on the same row.
here's what I've tried...
=IF([Name of Business]@row = {Recall Business Contacts final Range 3}, {Recall Business Contacts final Range 4})
I keep getting invalid operation.
Answers
-
You need to go the INDEX/MATCH route.
=INDEX({Recall Business Contacts final Range 4}, MATCH([Name of Business]@row, {Recall Business Contacts final Range 3}, 0))
Hope it helped!
-
@David Joyeuse Worked like a charm! Thank you for taking the time to answer this.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!