Indirect Funtion

G

Guest

Is there a way to fill down and right a cell that has the
Indirect Function in it that alters the second cell
referrence.

As an example, if the first funtion is =Indirect(A1 & "!
A2") and as I fill down I would like the A2 to change to
A3, A4, A5 ... and if across, B2, C2, D2 ...

I have a very large spread sheet and want to avoid
retypeing the formula in.

Thanks in advance

Jim
 
P

Peo Sjoblom

One way copied down or across

=OFFSET(INDIRECT($A$1&"!A2"),ROW(1:1)-1,COLUMN(A:A)-1)
 
G

Guest

Thank you! It works perfectly
-----Original Message-----
One way copied down or across

=OFFSET(INDIRECT($A$1&"!A2"),ROW(1:1)-1,COLUMN(A:A)-1)



--

Regards,

Peo Sjoblom





.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top