123rickfear

Active Member
Joined
Jun 19, 2015
Messages
446
Hi all,

I am currently using the formula =INDIRECT($C$2&"!A1") which works fine.

what I now need is for the box below to be =INDIRECT($C$2&"!A2") and so on, down until A330

is this possible without manually changing the A1 to A2, A3, A4 and so on?

Thanks

Rick
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Re: Indirect formual help

Hi, in which cell are placing the first formula?
 
Upvote 0
Re: Indirect formual help

solved using helper column

Hi, you don't specifically need a helper column, you can increment the row counter like this:

=INDIRECT($C$2&"!A"&ROWS(A$1:A1))

But for robustness it would be wise to make the A$1:A1 references match the cell where you first enter the formula.
 
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,953
Members
448,535
Latest member
alrossman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top