I have a =VLOOKUP() formula that returns a value on a separate worksheet. That formula reads =VLOOKUP(G4,'Worksheet 2'!A$71:N$410,14,FALSE).

Now I need a formula that returns the value in the cell located immediately below the cell that is returned by that formula.

I believe I need some combination of the ADDRESS and OFFSET formula with the VLOOKUP formula.