Find cell based on multiple identical criteria

mchri233

New Member
Joined
Oct 23, 2019
Messages
3
Hello,

I'm trying to find names based on multiple identical criteria. For clarity I'm looking to find specific NFL players from an entire league.

For instance, there are 3 columns: Players/Position/Team. I want to pull each wide receiver (WR) from the Arizona Cardinals (ARI), subsequently.
PLAYERPOSTEAM
KirkWRARI
MooreWRCAR
FitzgeraldWRARI
ByrdWRARI
SamuelWRCAR

<tbody>
</tbody>

<tbody>
</tbody>

My logic is to: (1) search based on team (ARI) and once matched, (2) search by position (WR).

How can I formulate excel so that it takes the subsequent player once one is selected?

Note: if played around with INDEX(MATCH), INDEX(MATCH)ARRAY, & INDEX(AGGREGATE).

Any input is greatly appreciated!
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Welcome to the MrExcel board!

Try something like this, copied down.

Excel Workbook
ABCDEF
1PLAYERPOSTEAMTeamARI
2KirkWRARIPosWR
3MooreWRCARListKirk
4FitzgeraldWRARIFitzgerald
5ByrdWRARIByrd
6SamuelWRCAR
List
 
Upvote 0

Forum statistics

Threads
1,214,527
Messages
6,120,058
Members
448,940
Latest member
mdusw

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