Help with SUM cell

hailstorm

New Member
Joined
Sep 14, 2019
Messages
34
Hello there

I'm doing something manually but it's taking forever to finish so i would like some help to make it faster. I'm copying cells from sheet2 to sheet1 using the equal sign "=sheet2!A1" in this order:

Column A - Column B - Column C - Column D
=a1 - =a2 - =a3 - =a4
=a5 - =a6 - =a7 - =a8
=a9 - =a10 - =a11 - =a12

I'm still half way to go, so any help is ok! Thanks
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Highlight the range of cells to be copied>>Copy>>Select the first cell on the new sheet >> Paste Special>>ALL
 
Upvote 0
A1 : =OFFSET(Sheet2!$A$1,(ROW()-1)*4,0)
B1 : =OFFSET(Sheet2!$A$2,(ROW()-1)*4,0)
C1 : =OFFSET(Sheet2!$A$3,(ROW()-1)*4,0)
D1 : =OFFSET(Sheet2!$A$4,(ROW()-1)*4,0)

Drag down.
 
Upvote 0

Forum statistics

Threads
1,215,002
Messages
6,122,652
Members
449,092
Latest member
peppernaut

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