Here you say you want B1 to refer to Sheet2!A2
Here you say you want B2 to refer to Sheet2!A2
Can you see my confusion? I don't understand your requirement, as it is changing every post.
Ok - I think I understand your requirement now.
Herein lies the problem - formulas are not able to look at another cell's formula and return things such as the sheet name (not without a UDF, at least to my knowledge). Is there a reason why mine or Rick's formulas will not work for you?
Hi there,
Please use below formula in Cell A1 of Sheet 1 and copy it down and across.
=IFERROR(INDIRECT("Sheet"&(ROW()+1)&"!A"&COLUMN()),"")
This will populate sheet 2 First Column to sheet 1 First Row , Sheet 3 First column to sheet 1 Second row and so on...
Hope this is what you wanted.
Thanks
Swapnil Shah