Forum Discussion

Gkerr's avatar
Gkerr
Copper Contributor
Aug 26, 2022
Solved

Index Match help - #Value error

Hi, I am looking for some help with the below:   In cell D9, I am looking to return the % value in the table at the bottom of the screen shot. I want cell D9 to say find me the % value in the table...
  • Riny_van_Eekelen's avatar
    Aug 26, 2022

    Gkerr That could be:

     

    =INDEX(C16:N25,MATCH(L9,B16:B25,0),MATCH(M9,C15:N15,0))

    Not sure why you would want to involve D6.