Offset data from every other column into a single column

blimes

New Member
Joined
Jan 6, 2016
Messages
35
Office Version
  1. 2013
Platform
  1. Windows
ABCDEFGHI
125L40R85u67
2
325
440
585
667
7
8
9
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Accidentally posted without asking the question looking to take the data in row 2 starting at C and take every other row and put into a column by using a formula.

Thanks
 
Upvote 0
Like this?

24 10 26.xlsm
ABCDEFGHI
125L40R85u67
2
325
440
585
667
Column
Cell Formulas
RangeFormula
A3:A6A3=INDEX(C$1:I$1,ROWS(A$3:A3)*2-1)


BTW, I have edited your thread title. Please review #14 of the Forum Rules and remember for the future. :)
 
Upvote 0
Solution

Forum statistics

Threads
1,225,743
Messages
6,186,778
Members
453,371
Latest member
HMX180

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