Hi All,
I have a formula with 3 Index Matches, and I want to pick the MAX value of the retrieved results. It doesn't seem to be working:
=IFERROR(MAX(IFERROR(IF(INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$17,MPM!$1:$1,0))=0,"-",INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$17,MPM!$1:$1,0))),"-"),IFERROR(IF(INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$18,MPM!$1:$1,0))=0,"-",INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$18,MPM!$1:$1,0))),"-"),IFERROR(IF(INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$19,MPM!$1:$1,0))=0,"-",INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$19,MPM!$1:$1,0))),"-")),"-")
The goal is I want to see the max value of columns with headers X17, X18, X19.
Thank you,
I have a formula with 3 Index Matches, and I want to pick the MAX value of the retrieved results. It doesn't seem to be working:
=IFERROR(MAX(IFERROR(IF(INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$17,MPM!$1:$1,0))=0,"-",INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$17,MPM!$1:$1,0))),"-"),IFERROR(IF(INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$18,MPM!$1:$1,0))=0,"-",INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$18,MPM!$1:$1,0))),"-"),IFERROR(IF(INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$19,MPM!$1:$1,0))=0,"-",INDEX(MPM!$1:$1000000,MATCH($E5,MPM!$H$1:$H$1000000,0),MATCH(X$19,MPM!$1:$1,0))),"-")),"-")
The goal is I want to see the max value of columns with headers X17, X18, X19.
Thank you,