Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Weekly, Monthly Sums

Column A records a date in the format of mm/dd/yy and another column recods an amount for that particular date. I'd like to have columns that could would keep weekly, monthly, and yearly amounts. Note that not every day must have an entry. What would be the easiest way to implement this? Thanks for the help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Weekly, Monthly Sums

=sumif(A:A,"=01/01/04",B:B)-Sumif(A:A,"01/31/04",B:B)

so sum everything form the start date and later, then subtract everthing
after the end date.

--
Regards,
Tom Ogilvy

"Grover" wrote in message
...
Column A records a date in the format of mm/dd/yy and another column

recods an amount for that particular date. I'd like to have columns that
could would keep weekly, monthly, and yearly amounts. Note that not every
day must have an entry. What would be the easiest way to implement this?
Thanks for the help.


  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Weekly, Monthly Sums


-----Original Message-----
Column A records a date in the format of mm/dd/yy and

another column recods an amount for that particular date.
I'd like to have columns that could would keep weekly,
monthly, and yearly amounts. Note that not every day must
have an entry. What would be the easiest way to implement
this? Thanks for the help.
.
I would approach it this way. set up columns using the

month and year functions to id the month and year of each
date. set up another column to id the week of the date
(relative to some start date) via something like

=ROUNDDOWN((A5-$A$4)/7,0)

where $a$4 contains a reference date, and a5 contains the
date in question.

Since you now have columns with the week, month, and year
of each entry you can easily do a sumif to find the
various subtotals.
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
Is there a way to sum monthly or weekly reports into one report David Excel Worksheet Functions 2 February 17th 09 02:36 PM
formatting daily,weekly and monthly schedules do u c me New Users to Excel 1 January 11th 07 02:36 AM
Queation about monthly and weekly averages Omkar Excel Worksheet Functions 4 June 17th 06 07:43 PM
Graphing weekly/monthly averages Heidi Charts and Charting in Excel 4 January 28th 06 02:33 PM
Weekly and Monthly Subtotals ChuckW Excel Discussion (Misc queries) 3 September 2nd 05 09:58 PM


All times are GMT +1. The time now is 09:52 AM.

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

About Us

"It's about Microsoft Excel"