Realjoshtodd
New Member
- Joined
- Sep 26, 2017
- Messages
- 34
Ok I need to build a list automatically on Sheet2 (In Column A from Row 2 down).
If I enter the data "Team 1" into A1 on Sheet2, I need it to pull anyones names from Sheet1 Column B. (Column A has the Team # they are on).
I've tried the following and have had no luck.
=IFERROR(INDEX($A$1:$A$4,SMALL(IF($B$1:$B$4=$D$1,ROW($B$1:$B$4)-ROW($B$1)+1),ROWS($B$1:$B1))),"")
Wouldn't produce anything.
I've seen a VBA code in the past that worked similar but couldn't find it to try to manipulate it to work in this case.
If I enter the data "Team 1" into A1 on Sheet2, I need it to pull anyones names from Sheet1 Column B. (Column A has the Team # they are on).
I've tried the following and have had no luck.
=IFERROR(INDEX($A$1:$A$4,SMALL(IF($B$1:$B$4=$D$1,ROW($B$1:$B$4)-ROW($B$1)+1),ROWS($B$1:$B1))),"")
Wouldn't produce anything.
I've seen a VBA code in the past that worked similar but couldn't find it to try to manipulate it to work in this case.