Alternating Columns Refrence

Chase187

New Member
Joined
Apr 27, 2018
Messages
2
I am trying to reference numbers from a data sheet in my excel doc. I need numbers from the same row but alternating columns. Copying the formula downward would result in the following cell references..

A1 -- Data!B4
A2 -- Data!D4
A3 -- Data!F4
A4 -- Data!H4

etc. Any help is appreciated. Thank you.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Welcome to the Board!

Another option:
Code:
=OFFSET(Data!$B$4,0,(ROW()-1)*2)
 
Last edited:
Upvote 0
file:///Users/Chas/Desktop/Screen%20Shot%202018-04-27%20at%2011.35.52%20AM.png

Hopfully this link to a screenshot of my data will work. I am trying to sort the data by the score column smallest to largest. I have tried a custom sort of the score column, values, smallest to largest. It will not change the arrangement of the data. Does anyone know why I am having issues?
 
Upvote 0

Forum statistics

Threads
1,226,116
Messages
6,189,055
Members
453,523
Latest member
Don Quixote

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