G
gizmo
and one more thing:
While working with INDIRECT formula it's easy to make numbers change while
dragging function down the rows, f. ex.
=INDIRECT("'C:\\"&TEXT(ROW(1:1),"00")&"\[anyfile.xls]anysheet'!$A$1") will
give me
C:\\01... in the first row, then C:\\02 in the second etc.
My question is: how should I modify this formula in order to go down not
with numbers, but with letters, f.ex.:
in cell A1 -> C:\\A
in cell A2 -> C:\\B
in cell A3 -> C:\\C
Is this possible?
Many thanks!
Gizmo
While working with INDIRECT formula it's easy to make numbers change while
dragging function down the rows, f. ex.
=INDIRECT("'C:\\"&TEXT(ROW(1:1),"00")&"\[anyfile.xls]anysheet'!$A$1") will
give me
C:\\01... in the first row, then C:\\02 in the second etc.
My question is: how should I modify this formula in order to go down not
with numbers, but with letters, f.ex.:
in cell A1 -> C:\\A
in cell A2 -> C:\\B
in cell A3 -> C:\\C
Is this possible?
Many thanks!
Gizmo