How to get the same name from two different sheets to populate a third cell based off their response

Options

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

  • Larry
    Larry ✭✭✭✭
    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
    Principal Consultant | Prime Consulting Group

    https://primeconsulting.com/

Answers