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, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
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, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!