Forum Discussion

Anthony Celletti's avatar
Anthony Celletti
Copper Contributor
Jan 22, 2018
Solved

Formula Help, Please!

                              The above is an example of data in which I would like to have a combination of functions that will return a value from row 1 dependi...
  • Detlef_Lewin's avatar
    Jan 22, 2018

    Anthony,

     

    try this:

    =AGGREGATE(15,6,C1:G1/(INDEX(C4:G9,MATCH(B12,B4:B9,0),0)>C13),1)