• 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.

Match function/Array

oren27

New Member
I am trying to create a simple formula to allow me to create a simple list of high priority items from an input summary page using match/index function with an array (or another function, but my lists are dynamic).
My raw file is quite large but I attached a file that substantially simplifies my issue but I can use an answer to get me to where I need. This looks simple to do but I am missing something.

thanks much
 

Attachments

  • chandoo question.xlsx
    8.7 KB · Views: 11
Hi,

You can use below array formula in F3 and copy down:

=INDEX($B$3:$B$8,SMALL(IF($C$3:$C$8=$E$3,ROW($B$3:$B$8)-ROW($B$3)+1),ROWS(F$3:F3)))

Enter with Ctrl+Shift+Enter.

Adjust the red range in formula as per your need.
As you mentioned you list is dynamic the red range can be given through dynamic named formula and if your data is huge and this formula performance slow down we can do some macro to extract data also. Just check and advise.

Regards,
 
Back
Top