I have monthly amounts that I want to show in another spreadsheet as quarterly totals. I sum the Jan-Mar numbers (or A1-C1) into a cell in another tab to get a Quarter 1 (Q1) total. Then I click->drag the (Q1) total cell to the next one, hoping I'll get the Apr-Jun (or D1-F1) total, but it adds the Feb-Apr (or B1-D1) cell. How do I make the next cell know that it has to add the next 3 columns?
Try:
adjust sheetnames, ranges to suit and copy across=SUM(INDEX(Sheet1!$A$1:$L$1,1+((COLUMN(A1)-1)*3)):INDEX(Sheet1!$A$1:$L$1,3+((COLUMN(A1)-1)*3)))
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks