Index/Match Formula
Hello, I am needing advice on using this cross sheet formula to produce values in a cell. I have one sheet that is populated by responses to a form. I have another sheet with a list of people and their contact details. As the form responses come in to the sheet, I would like their answers to also populate on the other sheet (master list of people). I want to do this by matching their email addresses. How can I properly use this formula to accomplish this? Or is there another option?
=INDEX({TEST Stay Interview Range 1}, MATCH([Work Email]@row, {TEST Stay Interview Range 2}))
I am using this formula but it populates the most recent response into every cell with the formula instead of matching the emails. Any help is appreciated!
Answers
-
Try adding the "0" condition to match to ensure an exact match:
=INDEX({TEST Stay Interview Range 1}, MATCH([Work Email]@row, {TEST Stay Interview Range 2},0))
Darren Mullen, Author of: Smartsheet Architecture Solutions
Get my 7 Smartsheet tips here
Take your Smartsheet knowledge to the next level and become an expert. Join the Smartsheet Guru Elite
-
Hi Darren, I did try this and it returns "NO MATCH"
-
Then I'ad have to see the data your matching and the range that you are trying to match it to.
Darren Mullen, Author of: Smartsheet Architecture Solutions
Get my 7 Smartsheet tips here
Take your Smartsheet knowledge to the next level and become an expert. Join the Smartsheet Guru Elite
Help Article Resources
Categories
Check out the Formula Handbook template!