• 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 pick name if match cell value

I have a data and have to select top and Bootom performer name if match criteria from as attached file.
 

Attachments

  • Auto name pick match cell.xlsx
    18.4 KB · Views: 4
Try,

In F33, formula copied down, and formula copied to R33 & copied down :

=LOOKUP("zzz",$A$1:INDEX($1:$1,MATCH(E33,IF(ISERR(FIND("Not",$B33)),$30:$30,$31:$31),0)))

77786
 

Attachments

  • Auto name pick match cell.xlsx
    17.6 KB · Views: 5
Last edited:
Back
Top