I have an array of data but i want to create a sub array based on 2 criteria
my formula works fine with one criteron but not works with multiple criteria. I also found my formula does not use calculated fields as condition
{=IFERROR(INDEX('PMO - VSN'!D$4:D$900,SMALL(IF('PMO - VSN'!$AJ$4:$AJ$900="-",ROW('PMO - VSN'!D$4:D$900)-ROW('PMO - VSN'!D$4)+1),ROWS('PMO - VSN'!D$4:D4))),"")} or
{=IFERROR(INDEX('PMO - VSN'!D$4:D$900,SMALL(IF('PMO - VSN'!$AN$4:$AN$900>DATE(2017,6,30),ROW('PMO - VSN'!D$4:D$900)-ROW('PMO - VSN'!D$4)+1),ROWS('PMO - VSN'!D$4:D4))),"")}
both of them works individually but when i combine them into one formula, only the 1st cell of the result appears and the rest of them are blank
{=IFERROR(INDEX('PMO - VSN'!D$4:D$900,SMALL(IF(AND('PMO - VSN'!$AJ$4:$AJ$900="-",'PMO - VSN'!$AN$4:$AN$900>DATE(2017,6,30)),ROW('PMO - VSN'!D$4:D$900)-ROW('PMO - VSN'!D$4)+1),ROWS('PMO - VSN'!D$4:D4))),"")}
I tried to generate a new field in row data to combine both criteria but does not work
can anyone help?
Bookmarks