Trouble Creating an Autofill from a linked cell every 9 lines

Jo West

New Member
Joined
Jun 9, 2016
Messages
2
Hello all

I am having difficulty creating an autofill formula.

The first tab of my file is called "By Room" and I would like to link exactly every 9th cell down the sheet (starting with B7 and going forward, B16, B25, B34, B43 etc.) to the second tab, called "Ceilings" into every cell without gaps, starting with A7, A8, A9 etc.

I have done the first 50 as separate links:

The formula in A7 reads: ='By Room'!$B$7
The formula in A8 reads: ='By Room'!$B$16
The formula in A9 reads: ='By Room'!$B$25
etc.

I would like to auto complete this but if I highlight the links already created and drag down the right bottom corner of the cell it just repeats the same links over and over (i.e. it doesn't recognise the pattern that the cell number is increasing by 9 every time).

Any help would be appreciated. The "By Room" tab has 1899 rows so this could take a long time! I think the =INDIRECT formula might be the way forward but I'm not having any luck working this out!
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
You can use offset() without indirect:


Excel 2010
A
78257
85455
9443
107866
118022
126219
1340
145946
158746
161478
Sheet1
Cell Formulas
RangeFormula
A7=OFFSET('By Room'!$B$7,9*(ROW(A1)-1),0)
 
Last edited:
Upvote 0
Well actually if you have many tabs and a consistent pattern you can use indirect to change the tab names
 
Upvote 0
Thank you very much sheetspread. That worked absolutely perfectly and that you for writing out the solution so clearly. I am now a happy completed spreadsheet owner! :)
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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