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

Lookup Multiple Criteria

Kenshin

Member
I have problem with lookup using multiple criteria and multiple results and need resolved with formula


thank you
 

Attachments

  • Question.xlsx
    11.9 KB · Views: 5
hi @Kenshin

See if is it ok ?

Copy across:

=IFERROR(@INDEX(C$5:C$31,AGGREGATE(15,6,(ROW($C$5:$C$31)-ROW($C5)+1)/((($C$5:$C$31>=$H$3)*($C$5:$C$31<=$I$3))*($B$5:$B$31=$G$3)),$F6)),"")
 

Attachments

  • Question (1).xlsx
    15.9 KB · Views: 5
Maybe this works =IF($F6>COUNTIFS($B$5:$B$31,$G$3,$C$5:$C$31,">="&$H$3,$C$5:$C$31,"<="&$I$3),"",INDEX(C$5:C$31,AGGREGATE(15,6,($A$5:$A$31)/(($B$5:$B$31=$G$3)*($C$5:$C$31>=$H$3)*($C$5:$C$31<=$I$3)),$F6)))
 

Attachments

  • Copy of Question44268.xlsx
    13 KB · Views: 7
Back
Top