I have a sheet where I want to get value in other sheet based on a column for Example.
If the value of Z2 is 10 on sheet 1 than on sheet 2 I want to get value of A10 if value of Z2 is 25 than i need sheet 2 to get value of A25 and so on
I have a sheet where I want to get value in other sheet based on a column for Example.
If the value of Z2 is 10 on sheet 1 than on sheet 2 I want to get value of A10 if value of Z2 is 25 than i need sheet 2 to get value of A25 and so on
try,
=indirect(address('sheet1'!z2, 1, 4, 1, "sheet1"))