Reference to transfer every three rows cell values

girapas

Board Regular
Joined
Apr 20, 2004
Messages
150
In a sheet, and in each of columns AA, AB, AC ... there is, every three rows, the sum of the values of the two above cells. This is repeated in hundreds of rows.

AA AB AC
1 x1 y1 z1
2 x2 y2 z2
3 x1+x2 y1+y2 z1+z2
4 a1 b1 c1
5 a2 b2 c2
6 a1+a2 b1+b2 c1+c2
7
8

I want to transfer all that sums in another area, like this:
AA3 to A1
AB3 to A2
AC3 to A3
AA6 to B1
AB5 to B2
AC6 to B3
etc...

How can I write a reference for the cells AA3, AB3, AC3 ..., in order to use copy for the rest huge number of data?
Thanks in advance
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.

Forum statistics

Threads
1,214,983
Messages
6,122,591
Members
449,089
Latest member
Motoracer88

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