Hi all,
Thanks for reading my post. I had a very rudimentary question but can't seem to get me head around it. I have 2 lists, as seen below:
FYI on a 2 X 6 matrix starting on cell A!
A B
1|Student Name |Age|
2|Student 1 |018|
3|Student 2 |020|
4|Student 3 |023|
5|Student 1 |018|
6|Student 5 |015|
Essentially, trying to use an index match that pull the Age as I input the Student Names. However, as you notice will say Student 1 is ID's twice and it should say "Various".
Don't want to use VBA. Is this possible with an array?
Thanks.
Thanks for reading my post. I had a very rudimentary question but can't seem to get me head around it. I have 2 lists, as seen below:
FYI on a 2 X 6 matrix starting on cell A!
A B
1|Student Name |Age|
2|Student 1 |018|
3|Student 2 |020|
4|Student 3 |023|
5|Student 1 |018|
6|Student 5 |015|
Essentially, trying to use an index match that pull the Age as I input the Student Names. However, as you notice will say Student 1 is ID's twice and it should say "Various".
Don't want to use VBA. Is this possible with an array?
Thanks.