I have having trouble designing an index formula, I have the table and the data setup but cannot get the criteria correct. The biggest problem that I can see is that the lookup criteria for both columns and rows would be constantly changing.
I have tried inserting V and H look ups but keep getting a#Ref error
below is the formula I am trying. The data table is in B7 through S24 with column A and Row 6 being the headers that need to be the look up values.
=INDEX(Sheet2!$A$6:$S$24,(VLOOKUP(D5,Sheet2!$A$6:$A$24,1,TRUE)),(HLOOKUP(G5,Sheet2!$A$6:$S$6,1,TRUE)))
any help will be appreciated.
I have tried inserting V and H look ups but keep getting a#Ref error
below is the formula I am trying. The data table is in B7 through S24 with column A and Row 6 being the headers that need to be the look up values.
=INDEX(Sheet2!$A$6:$S$24,(VLOOKUP(D5,Sheet2!$A$6:$A$24,1,TRUE)),(HLOOKUP(G5,Sheet2!$A$6:$S$6,1,TRUE)))
any help will be appreciated.