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

Look UP using multiple conditions

Hi Ecel Dumbo,

Can you verify this Array formula, put in L23 and drag down and right:

Code:
=SUM(IF(TRIM(MID($A$10:$A$433,6,99))=$K23,IF(LEFT($B$10:$B$433,3)=M$21,$C$10:$C$433)))/(SUM(IF(TRIM(MID($A$10:$A$433,6,99))=$K23,IF(LEFT($B$10:$B$433,LEN(M$21))=M$21,$D$10:$F$433)))/3)*30

It would be great if you can give results of the second column that is problematic.

Regards,
 
Back
Top