jump 4 column

mabaud

New Member
Joined
Apr 16, 2002
Messages
21
i have datas in colomn a, d, g, j(jump 3 column)
in an other worksheet, i would like those datas to be next to each other in column a,b,c,d.
is there a formula that i can write in a and copy and paste in b,c,d?
thanks for your help
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
On 2002-04-17 08:53, mabaud wrote:
i have datas in colomn a, d, g, j(jump 3 column)
in an other worksheet, i would like those datas to be next to each other in column a,b,c,d.
is there a formula that i can write in a and copy and paste in b,c,d?
thanks for your help

Copy/Paste is a command -- not accomplished by a formula. Have you tried Control+Clicking on columns A:A,D:D,G:G and then Copy/Paste on column A:A of another worksheet?
 
Upvote 0
On 2002-04-17 08:53, mabaud wrote:
i have datas in colomn a, d, g, j(jump 3 column)
in an other worksheet, i would like those datas to be next to each other in column a,b,c,d.
is there a formula that i can write in a and copy and paste in b,c,d?
thanks for your help

starting in A1 on sheet 2, this will copy sheet 1 cell A1 and "paste" it across skipping 3 columns each time :

=INDIRECT("Sheet1!R"&ROW(1:1)&"C"&(COLUMN()*2+COLUMN()-2),0)

I assumed you'd want to then copy down also, which this takes care of with "ROW(1:1)"
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,315
Members
449,081
Latest member
tanurai

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