kevinballa
New Member
- Joined
- Jan 20, 2010
- Messages
- 15
Hi all,
I've been trying to solve this problem myself for a while. Here's the issue I have, and I'm pretty sure it's not too difficult to solve:
I've created a seating chart matrix with students in my second period class. The matrix row and column headers are identical - a list of 30 student names. For each row in the matrix, I mark a "1" for the student sitting to the student's left and a "2" for the person sitting next to the student's right.
For example, if Marco is sitting next to Diana and Julianne, I will go down to the row labeled Marco, and place a "1" in the column labeled Diana and a "2" in the column labeled Julianne.
I've created the matrix successfully but now would like to create a separate tab that lists a) my 30 students, b) the student sitting to their left and c) the student sitting to their right. What's the best way to fill in b) and c)?
So in the same example above, I would like to scan the row labeled "Marco" and find the student's name above where I've entered a "1" and a "2". I've started by doing a combination of INDEX, MATCH, VLOOKUP, and HLOOKUP but don't think I'm doing this right.
Hope I explained myself correctly! Would appreciate any help!
Thanks,
Kevin
I've been trying to solve this problem myself for a while. Here's the issue I have, and I'm pretty sure it's not too difficult to solve:
I've created a seating chart matrix with students in my second period class. The matrix row and column headers are identical - a list of 30 student names. For each row in the matrix, I mark a "1" for the student sitting to the student's left and a "2" for the person sitting next to the student's right.
For example, if Marco is sitting next to Diana and Julianne, I will go down to the row labeled Marco, and place a "1" in the column labeled Diana and a "2" in the column labeled Julianne.
I've created the matrix successfully but now would like to create a separate tab that lists a) my 30 students, b) the student sitting to their left and c) the student sitting to their right. What's the best way to fill in b) and c)?
So in the same example above, I would like to scan the row labeled "Marco" and find the student's name above where I've entered a "1" and a "2". I've started by doing a combination of INDEX, MATCH, VLOOKUP, and HLOOKUP but don't think I'm doing this right.
Hope I explained myself correctly! Would appreciate any help!
Thanks,
Kevin
Last edited: