I have a table with rows and columns. See below.
Number 1 2 3 4 5
1 1 1 1 1 1
2 2 4 8 16 32
3 3 9 27 81 243
4 4 16 64 256 1024
5 5 25 125 625 3125
Input row = x
Input coloumn = y
Answer = ?
If I input row as 5 in x and coumn as 2 in y, in the answer cell the result should appear as 25. The answer cell should not contain formula.
What is the solution for the above. Do we use of Vlookup, Index and Match etc. Please provide the solution.
Bookmarks