Dragging across formulas on new sheet which references sheet with a space between each column

joce

New Member
Joined
Oct 26, 2021
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hello,

I have values on Sheet 1 which contain prices in every other column in row I starting with I128 (skip J128) value in M128 and so on with the last value being in column Q128.

I am attempting to put these values in a clean spreadsheet (Sheet 2) uniformly across in rows K14 through O14. I can't click and drag because of the space in between each value in spreadsheet 1. I would rather not put a space in between each value on the new spreadsheet 2 as it would take up too much space.

Please let me know if you know a solution to this problem.

Thanks,
Jocelyn
 

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.
Welcome to the Board!

Here is one way.
Put this formula in cell K14 and drag to O14:
Excel Formula:
=OFFSET(Sheet1!$I$128,0,(COLUMN()-11)*2)
 
Upvote 0
You are welcome.
Glad I was able to help!
:)
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,913
Members
449,093
Latest member
dbomb1414

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