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

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
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,214,567
Messages
6,120,268
Members
448,953
Latest member
Dutchie_1

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