[TABLE="width: 500"]
<tbody>[TR]
[TD]Position[/TD]
[TD]Target[/TD]
[/TR]
[TR]
[TD]QB[/TD]
[TD]Fade
[/TD]
[/TR]
[TR]
[TD]RB[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]WR1[/TD]
[TD]Nelson Agholor[/TD]
[/TR]
[TR]
[TD]WR2[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]WR3[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]TE[/TD]
[TD]Zach Ertz[/TD]
[/TR]
[TR]
[TD]QB[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]RB[/TD]
[TD]Alex Collins[/TD]
[/TR]
[TR]
[TD]WR1[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]WR2[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]WR3[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]TE[/TD]
[TD]Fade[/TD]
[/TR]
</tbody>[/TABLE]
I have the following data, on another sheet I want to pull all the names in column B <> "Fade"
I was trying an array formula like this: =IF(ISERROR(SMALL(IF($B$2:$B$13<>"Fade",ROW($A$2:$A$13)),ROW())),"",INDEX($B$2:$B$13,SMALL(IF($B$2:$B$13<>"Fade",ROW($A$2:$A$13)),ROW())-1)) but I just can't get it to work. Any help would be appreciated.
<tbody>[TR]
[TD]Position[/TD]
[TD]Target[/TD]
[/TR]
[TR]
[TD]QB[/TD]
[TD]Fade
[/TD]
[/TR]
[TR]
[TD]RB[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]WR1[/TD]
[TD]Nelson Agholor[/TD]
[/TR]
[TR]
[TD]WR2[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]WR3[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]TE[/TD]
[TD]Zach Ertz[/TD]
[/TR]
[TR]
[TD]QB[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]RB[/TD]
[TD]Alex Collins[/TD]
[/TR]
[TR]
[TD]WR1[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]WR2[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]WR3[/TD]
[TD]Fade[/TD]
[/TR]
[TR]
[TD]TE[/TD]
[TD]Fade[/TD]
[/TR]
</tbody>[/TABLE]
I have the following data, on another sheet I want to pull all the names in column B <> "Fade"
I was trying an array formula like this: =IF(ISERROR(SMALL(IF($B$2:$B$13<>"Fade",ROW($A$2:$A$13)),ROW())),"",INDEX($B$2:$B$13,SMALL(IF($B$2:$B$13<>"Fade",ROW($A$2:$A$13)),ROW())-1)) but I just can't get it to work. Any help would be appreciated.