See attached. I need a formula that will auto-populatea list of the task numbers (Column A on tab data source A) if the tasks are defined as Open (Column D).
Array formula (confirm via Ctrl+Shift+Enter)
=IF(ROWS(A$2:A2)>COUNTIF('Indpt Data Source A'!$D$2:$D$11,"<>Closed"),"",INDEX('Indpt Data Source A'!A:A,SMALL(IF('Indpt Data Source A'!$D$2:$D$11<>"Closed",ROW('Indpt Data Source A'!$D$2:$D$11)),ROWS(A$2:A2))))
See attached. I need a formula that will auto-populatea list of the task numbers (Column A on tab data source A) if the tasks are defined as Open (Column D).