I have these two functions:
=INDIRECT("A"& MATCH(A16,Sheet1!A:A,1))
=INDIRECT(J3&"! PUT FUNCTION 1 HERE ")
Function 1 returns the value of cell A17
, on Sheet 1.
Function 2 should return the value of A17
on Sheet 2 (the second indirect function refers to cell J3
, which contains "Sheet2").
When I combine the two, I receive an error message.
Any help is greatly appreciated!