irisqueiroz
Member
Hi,
I have a data table that is in monthly frequency and i'd like to transform it in a quarter frequency (these data are in sheet1).
The data starts in B11 cell ... So i'd like to plot in an other sheet (suppose sheet2):
cell A1 = sum(sheet1!b11:d11)
cell A2 = sum(sheet1!e11:g11)
cell A3 = sum(sheet1!h11:j11)
.........
till the end of line 11 of sheet 1.
Thank you!
I have a data table that is in monthly frequency and i'd like to transform it in a quarter frequency (these data are in sheet1).
The data starts in B11 cell ... So i'd like to plot in an other sheet (suppose sheet2):
cell A1 = sum(sheet1!b11:d11)
cell A2 = sum(sheet1!e11:g11)
cell A3 = sum(sheet1!h11:j11)
.........
till the end of line 11 of sheet 1.
Thank you!