Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default sum monthly to get quarterly figures

Let's say Sheet 2 has many columns of figures for many months (column A is
January, column B is February and so on).

I want a formula in Sheet 1 that sums up three months at a time. For
example, Sheet1.A1 = SUM(Sheet2:A1:C1), Sheet1.B1 = SUM(Sheet2:D1:F1).

I would just type these formulas in, but I could potentially have to do this
for 24 quarters across (copying and pasting one forumla across doesn't work).

Can anyone help me with this?

Thank you,
Judy
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default sum monthly to get quarterly figures

Hi Judy,

How about

=SUM(OFFSET(INDEX(Sheet2!$1:$1,1,(COLUMN()*3)-2),,,,3))

--
HTH

Bob Phillips

"Judy Ward" wrote in message
...
Let's say Sheet 2 has many columns of figures for many months (column A is
January, column B is February and so on).

I want a formula in Sheet 1 that sums up three months at a time. For
example, Sheet1.A1 = SUM(Sheet2:A1:C1), Sheet1.B1 = SUM(Sheet2:D1:F1).

I would just type these formulas in, but I could potentially have to do

this
for 24 quarters across (copying and pasting one forumla across doesn't

work).

Can anyone help me with this?

Thank you,
Judy



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 45
Default sum monthly to get quarterly figures

Wow, thank you for the quick response. This works for me!

"Bob Phillips" wrote:

Hi Judy,

How about

=SUM(OFFSET(INDEX(Sheet2!$1:$1,1,(COLUMN()*3)-2),,,,3))

--
HTH

Bob Phillips

"Judy Ward" wrote in message
...
Let's say Sheet 2 has many columns of figures for many months (column A is
January, column B is February and so on).

I want a formula in Sheet 1 that sums up three months at a time. For
example, Sheet1.A1 = SUM(Sheet2:A1:C1), Sheet1.B1 = SUM(Sheet2:D1:F1).

I would just type these formulas in, but I could potentially have to do

this
for 24 quarters across (copying and pasting one forumla across doesn't

work).

Can anyone help me with this?

Thank you,
Judy




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
monthly & quarterly Summery Narnimar Excel Discussion (Misc queries) 6 July 21st 08 02:54 PM
Quarterly figures with criteria AOP Excel Discussion (Misc queries) 4 November 15th 07 12:27 AM
Monthly, Quarterly formulas BobbyVZW Excel Worksheet Functions 2 September 13th 07 09:32 PM
monthly quarterly splitting Trintrin Excel Discussion (Misc queries) 0 May 4th 06 04:53 PM
From Monthly to Quarterly Numbers jgorman Excel Discussion (Misc queries) 1 April 2nd 06 12:37 PM


All times are GMT +1. The time now is 10:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"