View Single Post
  #1   Report Post  
Robert Gillard
 
Posts: n/a
Default Can you Sum between two dates

I have a worksheet that is automatically updated with a fresh row of data
every day. (say column A is the daily date and column B is the value that I
need totaled for each month)

On a seperate sheet I want to have a row that will summarise each months
work from sheet1. So in simple English I need to say check column A on
sheet1 and sum all of the values in column B between the 1st of Jan to the
31st Jan, then on the next row I will say check column A on sheet1 and sum
all of the values in column B between the 1st of Feb to the 28th Feb - and
as Feb is not yet over this will be a cumulative total until we get to the
1st of March, at which time it automatically becomes the grand total for the
month. And so on through the year.

Could any body give me some thoughts on the best way to do this. (although I
have only detailed one column there is infact 24 columns to total each
month.)