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

Help deciphering formula

mq1973

New Member
I need help in deciphering/ modifying this formula. Reference thread is here:

https://chandoo.org/forum/threads/index-with-sequential-criteria.36836/

This is the formula

FR13=IF(COUNTIF(E13:FQ13,"Y"),INDEX($E$4:$FQ$4,MATCH(SUMPRODUCT(MAX(($E13:$FQ13="Y")*($E$67:$FQ$67+$E$10:$FQ$10/100000))),INDEX(($E13:$FQ13="Y")*($E$67:$FQ$67+$E$10:$FQ$10/100000),0),0)),"")

This formula is looking for the product with max value in (E67:FQ67) and max value (E10:FQ10) but I need to modify it to identify the product with max value in (E67:FQ67) and smallest value in (E11:FQ11)
 
Back
Top