Hi there,
I have this formula below which works perfectly filtering data I need.
{=IFERROR(INDEX(STOCKLIST!$A$8:$P$3881,SMALL(IF(($B$1=STOCKLIST!$B$8:$P$3881),ROW(STOCKLIST!$B$8:$P$3881)-MIN(ROW(STOCKLIST!$B$8:$P$3881))+1,""),ROW(A1)),0),"")
I was wondering if there was a way to have it so the if B1 is blank or I enter * it returns all data from the STOCKLIST sheet.
Thanks in advance.
Bookmarks