Hi Guys,
So i'm trying to return data from a table using this array formula - the Formula works like a charm but I need it to pickup when the data table has been filtered. I've been trying to use SUBTOTAL but I cannot get it it return text values, only numbers.
Here is my formula:
{=IFERROR(INDEX('ICE Incoming'!$P$2:$P$5000,SMALL(IF('Supplier Performance'!$AG$5='ICE Incoming'!$B$2:$B$5000,ROW('ICE Incoming'!$B$2:$B$5000)-MIN(ROW('ICE Incoming'!$B$2:$B$5000))+1,""),ROW(A1))),"")}
Column P is what I want returning, column B has the criteria values in, AG5 is the criteria.
Hope that makes sense.