Forum Discussion

  • Detlef_Lewin's avatar
    Detlef_Lewin
    Silver Contributor

    Hi

     

    Classic INDEX() with double MATCH().

    =INDEX($J$4:$T$13,MATCH(E4,$I$4:$I$13,1),MATCH(D4,$J$2:$T$2,1))

     

    • Abdullah_Khalid's avatar
      Abdullah_Khalid
      Copper Contributor
      it round to ( .15 ) which isn't in raw (2) in the table (I:T,2:12).
      • SergeiBaklan's avatar
        SergeiBaklan
        MVP

        That could be

        =INDEX($J$2:$T$2,0,MATCH(MIN(INDEX(ABS($J$2:$T$2-D6),0)),INDEX(ABS($J$2:$T$2-D6),0),0))

        if don't take into account possible float point calculation error.

         

Resources