Is it possible to nest a VLOOKUP and an HLOOKUP to find a value in a chart of data by providing the vertical and horizontal values to search for? Using the below chart as an example, I would want to be able to search for B, 3 to return the result "y3".

1 2 3 4 5
A x x2 x3 x4 x5
B y y2 y3 y4 y5
C z z2 z3 z4 z5
D w w2 w3 w4 w5
E v v2 v3 v4 v5