Copy formula from every other column

ajvee

New Member
Joined
Sep 19, 2017
Messages
2
Hello Excelites, I need to copy information from every other column into a format where it is displayed sequentially. I have tried using the index as well as offset commands and just can't get it to work. Can someone help me out?

Example: information is located in cells C5,C7,C9, etc. I need to put the information in B15,B16,B17, etc.

Many thanks!
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Welcome to the board.

B​
C​
D​
5​
a
6​
7​
b
8​
9​
c
10​
11​
12​
13​
14​
15​
aB15: =INDEX(C:C, 2*ROWS(B$15:B15) + 3)
16​
b
17​
c
 
Upvote 0
Thank you...I did not write my example correctly. What I meant to write is this:

Example: information is located in cells C5,E7,G9, etc. I need to put the information in B15,c16,C17, etc. Would I substitute "columns" for "rows" in your response?
 
Upvote 0
B​
C​
D​
E​
F​
G​
5​
a
6​
7​
b
8​
9​
c
10​
11​
12​
13​
14​
15​
aB15: =INDEX($1:$1048576, 2*ROWS(B$15:B15) + 3, 2*ROWS(B$15:B15) + 1)
16​
b
17​
c
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,649
Members
448,975
Latest member
sweeberry

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