ShawnExcel
Member
I have a table with 100 questions, and another table with 500 answers. Each question has an ID number, and each answer is assigned to one of those 100 ID numbers.
I want to insert a column next to the questions where you can select from certain answers. How can I write a formula in the data validation list box that ONLY shows potential answers that are assigned the ID number of that question?
Table 1:
My goal is that each cell in the "Answer Column" in Table 1 has a dropdown list with the Answers from Table 2. I would think I could do this using Index and Match, but I cannot get it to work. Any ideas?
Thank you!
I want to insert a column next to the questions where you can select from certain answers. How can I write a formula in the data validation list box that ONLY shows potential answers that are assigned the ID number of that question?
Table 1:
- ID Number (Unique)
- Question
- Answer Column
- ID Number (Assigned to one of the ID numbers from Table 1)
- Answer
- Answer Description
My goal is that each cell in the "Answer Column" in Table 1 has a dropdown list with the Answers from Table 2. I would think I could do this using Index and Match, but I cannot get it to work. Any ideas?
Thank you!