I am trying to create a two-way lookup in Excel in column D based on the references below:
- Cell A1 to match the values in column I
- Cell C5 to match the values in row 5
I used the formula: =VLOOKUP(A1,I6:P213,MATCH(C5,I5:P5,0),0) but I get an error. It might be due to the MATCH function because the values from Column C are from a vlookup (General format). If I replace them by a number 3, it gives me the value in the third row.
FYI: -Column E is just multiplying A by D.