![]() |
How do I fill a sum formula for for quarters into adjacent years
I want to take the sum formula for quarters for a year and fill it
horizontally for each additional year. However the cell refrences only moves over one column, however I need it to move over 4 columns to sum correclty. Is there an easier way to do this than going back and manually fixing the refrence that sums up each quarter for a given year? |
How do I fill a sum formula for for quarters into adjacent years
Try
=SUM(OFFSET($B$3,0,4*(COLUMN(A:A)-1),1,4)) Where B$3 is the cell with the 1st quarter of the 1st year "got2be_an_easier_way" wrote: I want to take the sum formula for quarters for a year and fill it horizontally for each additional year. However the cell refrences only moves over one column, however I need it to move over 4 columns to sum correclty. Is there an easier way to do this than going back and manually fixing the refrence that sums up each quarter for a given year? |
All times are GMT +1. The time now is 12:19 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com