Copying data from another sheet

n00bz0rd2

New Member
Joined
Oct 22, 2018
Messages
1
Hi all,

I'm trying to copy data and reformat it from one sheet to another and running into some problems.

(Note: the row/column numbers are different on my actual sheets)

I have Sheet1 setup as follows:
ABCD
1WK1WK2WK3
2Product 1
3Value£5787£1211£4431
4Volume578121443
5Product 2
6Value£1,397£1,382£1,170
7Volume13971382914
8Product 3
9Value£981£1,079£1,144
10Volume98110821148

<tbody>
</tbody>


On sheet 2, I want to re-organise the data into a better format as I will need to add more information, which the design on Sheet1 doesn't allow.
ABCDEFG
1WK1WK2WK3
2ValueVolumeValueVolumeValueVolume
3Product 1578757812111214431443
4Product 213971397138213821170914
5Product 39819811079108211441148

<tbody>
</tbody>

So I have a formula in sheet 2 that looks up values from Sheet 1, for both the Value and Volume figures. This works fine and I can copy the formula down for each product:
=OFFSET(Sheet1!B$3,(ROW(Sheet1!$B3)-5)*3,0) would be in B3
=OFFSET(Sheet1!B$4,(ROW(Sheet1!$B3)-5)*3,0) would be in C3

When I copy the formula across, the formula skips columns. Is there a way I can avoid this?

Hopefully this is make sense!

Thanks.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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