I tend to use these versions of the ARRAY formulae because they are more tolerant of starting rows for the formula. I tested these in your dummy worksheet without problem.....who knows they might help but the originals should also work
Formula:
=IF(C2<0.01,"",IFERROR(INDEX(StatsforDay!A$2:A$300,SMALL(IF(LEFT(StatsforDay!$B$2:$B$300,1)="v",ROW(StatsforDay!$A$2:$A$300)-MIN(ROW(StatsforDay!$A$2:$A$300))+1),ROWS($1:1))),""))
Formula:
=IF(Q2<0.01,"",IFERROR(INDEX(StatsforDay!A$2:A$300,SMALL(IF(LEFT(StatsforDay!$B$2:$B$300,1)="a",ROW(StatsforDay!$A$2:$A$300)-MIN(ROW(StatsforDay!$A$2:$A$300))+1),ROWS($1:1))),""))
Bookmarks