copying formula across help!

markster

Well-known Member
Joined
May 23, 2002
Messages
579
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Happy Xmas guys
I have 2 spreadsheets A & B

Spreadsheet A is a summary of information on Spreadsheet B up to 2009. Basically when I link from Spreadsheet A to cell (B4) to I4 on Spreadsheet then I need to copy across to pick up each months totals until 2009. The only problem is that I need it to copy across every 8th cell (just the totals of each month) not every cell. Don't have a clue how to do this.
Not sure whether this will make sense to you. Example spreadsheet attached.
Book2
ABCDEFGHI
1Spreadsheet A (Summary)
2
3DivisionApr-07May-07Jun-07
4HR1.000.000.00
5Production3.000.000.00
6Finance4.000.000.00
7
8Spreadsheet B
9
10Apr-07
11DivisionWork LevelManagerSupervisorAdmin 1Admin 2Admin 3Total AdminTotal
12HR01.000.000.000.000.000.001.00
13Production02.001.000.000.000.000.003.00
14Finance02.001.001.000.000.000.004.00
15
Sheet1
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hello, markster,

try something like this
Code:
=INDIRECT("B!" & ADDRESS(ROW(),(COLUMN()-1)*8+1))
supposing your formulas are on spreadsheet A starting in column B
on spreadsheet B you have totals in columns I, Q, Y (9, 17, 25)

kind regards,
Erik
 
Upvote 0

Forum statistics

Threads
1,214,950
Messages
6,122,428
Members
449,083
Latest member
Ava19

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