Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default Summing Weekly Totals into Monthly Totals

06/01/06 06/08/06 06/15/06 06/22/06 06/29/06
fish 10 12 11 14 12
meat 40 45 41 41 43
eggs 50 50 51 52 53
fruit 1 2 1 3 2
veggies 90 91 92 89 89

I need a way to summarize this weekly data into montly data. For example
June Fish totals would be 59. I am going to have 3-4 yrs of weekly data that
I need to show by month. I know I can chart it, but I want it in data sheet
format not charts.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 695
Default Summing Weekly Totals into Monthly Totals

=SUMPRODUCT((MONTH($B$1:$R$1)=6)*(B2:R2))



"steph44haf" skrev:

06/01/06 06/08/06 06/15/06 06/22/06 06/29/06
fish 10 12 11 14 12
meat 40 45 41 41 43
eggs 50 50 51 52 53
fruit 1 2 1 3 2
veggies 90 91 92 89 89

I need a way to summarize this weekly data into montly data. For example
June Fish totals would be 59. I am going to have 3-4 yrs of weekly data that
I need to show by month. I know I can chart it, but I want it in data sheet
format not charts.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 634
Default Summing Weekly Totals into Monthly Totals

Personally I would first normalise your data table using the following tip
from John Walkenbach (Should take no more than 2 minutes):-

http://j-walk.com/ss/excel/usertips/tip068.htm

and then just throw a pivot table at it and that gives you the option to
group dates by month automatically. You will find you can do far more with
your data when normalised as opposed to a table such as the one you have there

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------
It's easier to beg forgiveness than ask permission :-)



"steph44haf" wrote:

06/01/06 06/08/06 06/15/06 06/22/06 06/29/06
fish 10 12 11 14 12
meat 40 45 41 41 43
eggs 50 50 51 52 53
fruit 1 2 1 3 2
veggies 90 91 92 89 89

I need a way to summarize this weekly data into montly data. For example
June Fish totals would be 59. I am going to have 3-4 yrs of weekly data that
I need to show by month. I know I can chart it, but I want it in data sheet
format not charts.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default Summing Weekly Totals into Monthly Totals

How do I normalize? The tip below talks about a reverse database table...

"Ken Wright" wrote:

Personally I would first normalise your data table using the following tip
from John Walkenbach (Should take no more than 2 minutes):-

http://j-walk.com/ss/excel/usertips/tip068.htm

and then just throw a pivot table at it and that gives you the option to
group dates by month automatically. You will find you can do far more with
your data when normalised as opposed to a table such as the one you have there

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------
It's easier to beg forgiveness than ask permission :-)



"steph44haf" wrote:

06/01/06 06/08/06 06/15/06 06/22/06 06/29/06
fish 10 12 11 14 12
meat 40 45 41 41 43
eggs 50 50 51 52 53
fruit 1 2 1 3 2
veggies 90 91 92 89 89

I need a way to summarize this weekly data into montly data. For example
June Fish totals would be 59. I am going to have 3-4 yrs of weekly data that
I need to show by month. I know I can chart it, but I want it in data sheet
format not charts.

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
Template to track weekly & monthly totals, by day & date? JKPierce Excel Discussion (Misc queries) 0 April 6th 06 04:41 PM
Template track phone traffic to determine weekly, monthly trends. JKPierce New Users to Excel 0 April 6th 06 04:31 PM
Collecting weekly and monthly totals from daily data Kasper Excel Worksheet Functions 0 January 12th 06 08:02 PM
Weekly and Monthly Subtotals ChuckW Excel Discussion (Misc queries) 3 September 2nd 05 09:58 PM
How do I sum YTD totals based on monthly totals Bsgrad02 Excel Discussion (Misc queries) 3 July 12th 05 04:59 PM


All times are GMT +1. The time now is 03:45 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"