• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Auto-populate list given simple criteria?

Tarheel8181

New Member
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).
 

Attachments

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).
Hi,

See attached, I added a formula to indicate OPEN as well.

=IFERROR(INDEX('Indpt Data Source A'!$A$2:$A$1000,SMALL(IF('Indpt Data Source A'!$D$2:$D$1000="Open",ROW($B$1:$B$999)),ROW(1:1))),"")
 

Attachments

Back
Top