Indexing/Match Question

daydro

New Member
Joined
Oct 29, 2018
Messages
4
Here is a screenshot (Image 1) of the information I want to pull. There are up to 30 of these tables at any given time. All have different information. I am trying to figure out a way to first find the team, then find the player on that team and then return the pos (PG,SG,SF,PF,C) to another sheet where I am collecting all the data. On the other sheet (Image 2), I have the search criteria. So I want to search O3 to find the team table in A:A, then search B3 in B:B to find the player, then return the position next to the player name in C:C. I have tried but keep getting errors and I feel like I'm just spinning my wheels at this point. Any help would be appreciated!


Image 1
view
Lineups.png


Image 2:
Lineups2.png
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
if you don't have players with identical name you can just use a simple index/match, such as

=index(C:C, match(B3,B:B,0))
 
Upvote 0

Forum statistics

Threads
1,214,874
Messages
6,122,036
Members
449,062
Latest member
mike575

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top