The following regular AGGREGATE based formulas yield the same results as those that were previously in columns A, C, and G. I believe that the formula for column E is yielding the correct results although different from what displayed in the file attached to post #3.
Column A:
Formula:
=IFERROR(INDEX('PMO - VSN'!D$4:D$375,AGGREGATE(15,6,(ROW('PMO - VSN'!D$4:D$375)-ROW('PMO - VSN'!D$4)+1)/('PMO - VSN'!$AJ$4:$AJ$375="-"),ROWS('PMO - VSN'!D$4:D4))),"")
Column C:
Formula:
=IFERROR(INDEX('PMO - VSN'!D$4:D$375,AGGREGATE(15,6,(ROW('PMO - VSN'!D$4:D$375)-ROW('PMO - VSN'!D$4)+1)/('PMO - VSN'!$AN$4:$AN$375>DATE(2017,6,30)),ROWS('PMO - VSN'!D$4:D4))),"")
Column E:
Formula:
=IFERROR(INDEX('PMO - VSN'!D$4:D$375,AGGREGATE(15,6,(ROW('PMO - VSN'!D$4:D$375)-ROW('PMO - VSN'!D$4)+1)/(('PMO - VSN'!$AJ$4:$AJ$375="-")*('PMO - VSN'!$AN$4:$AN$375>DATE(2017,6,30))),ROWS('PMO - VSN'!D$4:D4))),"")
Column G:
Formula:
=IFERROR(INDEX('PMO - VSN'!D$4:D$375,AGGREGATE(15,6,(ROW('PMO - VSN'!D$4:D$375)-ROW('PMO - VSN'!D$4)+1)/('PMO - VSN'!$BU$4:$BU$375="Yes"),ROWS('PMO - VSN'!D$4:D4))),"")
Let us know if you have any questions.
Bookmarks