I have Sheet 1 and Sheet 2.
On Sheet1 I have a reference to cell =Sheet2!N$36, but I want to refer to the column letter (N) in a dynamic way. As you can see I placed the column letters on Sheet1.
How to adjust the formula and refer to "N"? Something like =Sheet2!&(INDIRECT(Sheet1!A2))&$36
On Sheet1 I have a reference to cell =Sheet2!N$36, but I want to refer to the column letter (N) in a dynamic way. As you can see I placed the column letters on Sheet1.
How to adjust the formula and refer to "N"? Something like =Sheet2!&(INDIRECT(Sheet1!A2))&$36
Cell Formulas | ||
---|---|---|
Range | Formula | |
C2 | C2 | =Sheet2!N$36 |
C3 | C3 | =Sheet2!U$36 |
C4 | C4 | =Sheet2!AB$36 |
C5 | C5 | =Sheet2!AI$36 |