How to get the same name from two different sheets to populate a third cell based off their response
I have a sheet (Sheet 1) that is being populated with a person's information after they fill out a form. Smartsheet then sends out an email to that person through a workflow to follow-up with them. The email contains a smartsheet form that allows the person to put their name and follow-up answer. This is populating Sheet 2. I want Sheet 1 to recognize that the same name has filled out the email form that is in Sheet 2 and I want Sheet 1 to populate in Sheet 2's follow-up response.
Best Answer
-
@Brandon Eschman please be sure to tag me as I do not get a notification otherwise.
=INDEX({Check-Up Submissions Range 1}, MATCH([Name]@row, {Check-Up Submissions Range 4}, 0))
I believe I incorrectly left a ) after Name@row when it should be after ,0 shown above. Let me know if that works.
Larry Cummings
https://primeconsulting.com/
Principal Consultant | Prime Consulting Group
Answers
-
=INDEX({Follow-up Response}, MATCH(Name@row), {Name}, 0))
This would be a column formula in Sheet 1 for "Follow-Up Response". The {} brackets indicate cross-sheet references to Sheet 2 that exist in Sheet 1.Larry Cummings
https://primeconsulting.com/
Principal Consultant | Prime Consulting Group -
=INDEX({Check-Up Submissions Range 1}, MATCH([Name]@row), {Check-Up Submissions Range 4}, 0)
Thank you for reaching out, I tried this and get an incorrect argument set.
-
@Brandon Eschman please be sure to tag me as I do not get a notification otherwise.
=INDEX({Check-Up Submissions Range 1}, MATCH([Name]@row, {Check-Up Submissions Range 4}, 0))
I believe I incorrectly left a ) after Name@row when it should be after ,0 shown above. Let me know if that works.
Larry Cummings
https://primeconsulting.com/
Principal Consultant | Prime Consulting Group -
Thank you so much that worked! @Larry
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives