Forum Discussion

2 Replies

  • DexterG_III's avatar
    DexterG_III
    Iron Contributor

    wanalearn Please consider marking my answer if this works, otherwise, please provide additional detail.  

     

    Thank you,

    Dexter

  • DexterG_III's avatar
    DexterG_III
    Iron Contributor

    wanalearn 

    You were likely having challenges because the value in M4 is an actual number, whereas the values on Sheet 2 in column A are entered as text.   Using &"" in the formula below directly after "Sheet1!M4" forces the number in M4 to be treated as text.   

     

     

    =INDEX(Sheet2!$B$2:$R$87,MATCH(Sheet1!M4&"",Sheet2!$A$2:$A$87,0),MATCH(Sheet1!J1,Sheet2!$B$1:$R$1,0))

     

     

    Hope this helps.

     

    Dexter