Ugh, I don't know what to put for a title that explains what I need!
I have a list of driver’s names from B3 to B18 and their team name from D3 to D18. There are two drivers to a team. So 16 drivers and 8 teams.
On a separate sheet I am trying to pull the driver’s names to match them to the team name.
Now, I can use an INDEX/MATCH to pull the first driver on the team, but of course it pulls the same name for the second driver member. How do I get around this?
The formula I am currently using is (from the first instance):
=INDEX('Drivers & Standings'!$B$3:$B$18,MATCH(A2,'Drivers & Standings'!$D$3:$D$18,0))
Thanks
I have a list of driver’s names from B3 to B18 and their team name from D3 to D18. There are two drivers to a team. So 16 drivers and 8 teams.
On a separate sheet I am trying to pull the driver’s names to match them to the team name.
Now, I can use an INDEX/MATCH to pull the first driver on the team, but of course it pulls the same name for the second driver member. How do I get around this?
The formula I am currently using is (from the first instance):
=INDEX('Drivers & Standings'!$B$3:$B$18,MATCH(A2,'Drivers & Standings'!$D$3:$D$18,0))
Thanks