Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Redsmartie
 
Posts: n/a
Default Summary of values from a date range

I have a sheet where I enter invoices raised. Can I automatically get a
formula to look at the extent of a range of dates and provide a monthly
total.

The problem is that there is going to be a different amount of entries
per month so the formula must be able to select all Jan 05, Feb 05, Mar
05 values, etc from a list.

  #2   Report Post  
 
Posts: n/a
Default

Hi
This sounds like a job for Data/Pivot Table, which is a fantastic tool for
summarising data. Here's an intro:
http://www.cpearson.com/excel/pivots.htm

--
Andy.


"Redsmartie" wrote in
message ...
I have a sheet where I enter invoices raised. Can I automatically get a
formula to look at the extent of a range of dates and provide a monthly
total.

The problem is that there is going to be a different amount of entries per
month so the formula must be able to select all Jan 05, Feb 05, Mar 05
values, etc from a list.



  #3   Report Post  
JulieD
 
Posts: n/a
Default

Hi

you can use the SUMPRODUCT function for this, e.g.
with your dates in column A and the amounts in column C
(this will give you the value of invoices for Jan 2005
=SUMPRODUCT(--(MONTH(A2:A500)=1),--(YEAR(A2:A500)=2005),C2:C500)

or you can use a pivot table,

click in your list of invoices
choose data / pivot table and pivot chart report
choose next
check the range and choose next
choose new worksheet and finish

now drag the dates to the where it says row
drag the values to where it says data
right mouse click on the dates and choose group and show detail
choose group
select both month & year
click OK

--
Cheers
JulieD
check out www.hcts.net.au/tipsandtricks.htm
....well i'm working on it anyway
"Redsmartie" wrote in
message ...
I have a sheet where I enter invoices raised. Can I automatically get a
formula to look at the extent of a range of dates and provide a monthly
total.

The problem is that there is going to be a different amount of entries per
month so the formula must be able to select all Jan 05, Feb 05, Mar 05
values, etc from a list.



  #4   Report Post  
Redsmartie
 
Posts: n/a
Default

Thanks,

I'll give that a try

On 2005-04-01 17:24:56 +0100, "JulieD" said:

Hi

you can use the SUMPRODUCT function for this, e.g.
with your dates in column A and the amounts in column C
(this will give you the value of invoices for Jan 2005
=SUMPRODUCT(--(MONTH(A2:A500)=1),--(YEAR(A2:A500)=2005),C2:C500)

or you can use a pivot table,

click in your list of invoices
choose data / pivot table and pivot chart report
choose next
check the range and choose next
choose new worksheet and finish

now drag the dates to the where it says row
drag the values to where it says data
right mouse click on the dates and choose group and show detail
choose group
select both month & year
click OK


  #5   Report Post  
JulieD
 
Posts: n/a
Default

let us know how you go

"Redsmartie" wrote in
message ...
Thanks,

I'll give that a try

On 2005-04-01 17:24:56 +0100, "JulieD"
said:

Hi

you can use the SUMPRODUCT function for this, e.g.
with your dates in column A and the amounts in column C
(this will give you the value of invoices for Jan 2005
=SUMPRODUCT(--(MONTH(A2:A500)=1),--(YEAR(A2:A500)=2005),C2:C500)

or you can use a pivot table,

click in your list of invoices
choose data / pivot table and pivot chart report
choose next
check the range and choose next
choose new worksheet and finish

now drag the dates to the where it says row
drag the values to where it says data
right mouse click on the dates and choose group and show detail
choose group
select both month & year
click OK






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
How do I get an IF statement to pull a date range?? Brooke Medvecky Excel Worksheet Functions 9 April 19th 06 08:48 PM
Grabbing recods based on date and shift values Jay Excel Worksheet Functions 1 February 25th 05 02:42 PM
SUMPRODUCT with date range question Rob V Excel Discussion (Misc queries) 1 January 31st 05 03:55 PM
Counting values within a Date Range Jana Excel Discussion (Misc queries) 7 December 9th 04 10:18 PM
How can I sum information in a list with a date range? Dave Excel Worksheet Functions 2 November 23rd 04 08:17 PM


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