Help on incrementing cells.

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
If I understand correctly, you want a formula that can be copied from A1 to D1, G1, etc...every 4 columns
that references a sequential row-range on the REFERENCE tab

With
On the REFERENCE tab:
A
B
C
D
E
F
G
7
Jan-15​
Feb-15​
Mar-15​
Apr-15​
May-15​
Jun-15​
Jul-15​

<tbody>
</tbody>

On the MAIN tab
Code:
A1: =INDEX(REFERENCE!$A$7:$O$7,CEILING(COLUMN()/3,1))
Copy that formula into D1, G1, etc

The result will be:
A
B
C
D
E
F
G
1
January-2015​
February-2015​
March-2015​

Is that something you can work with?
 
Upvote 0

Forum statistics

Threads
1,216,095
Messages
6,128,792
Members
449,468
Latest member
AGreen17

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