Hello,
So I have been trying to get this Array formula to work with multiple possibilities:
=INDEX(tbl, SMALL(IF((INDEX(tbl, , $P$3, 1)<=$P$2)*(INDEX(tbl, , $P$3, 1)>=$P$1), ROW(tbl)-MIN(ROW(tbl))+1, ""), ROWS(T3:$T$3)), , 1)
There are 2 ways I have tried to make this work with the "OR"...