Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Val Val is offline
external usenet poster
 
Posts: 32
Default Totaling data between dates

I am working on a spreadsheet that I would like to total each day.
I have Column A (Manually entering in a date), Column B is where a valued is
entered. An. Example would be
A1 03/01/07- B1 5, A2 03/01/07- B2 10 and A3
03/05/07 and B3 4
A date in Col A. could range from a row or several hundred rows ( tracking
packages shipped). Column B is the value of each package. I am looking for
a way to track everything on a per day basis. Any Suggestions??
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Totaling data between dates


Sum of values for 01/03/07 (UK date!)

=SUMIF($A$2:$A$7,DATEVALUE("01/03/07"),$B$2:$B$7)

Count of sipments for 01/03/07 (UK date!)

=COUNTIF($A$2:$A$7,DATEVALUE("01/03/07"))

You can replace the DATEVALUE with a cell contain the date

=SUMIF($A$2:$A$7,C2,$B$2:$B$7)

C2=01/03/07

HTH


"Val" wrote:

I am working on a spreadsheet that I would like to total each day.
I have Column A (Manually entering in a date), Column B is where a valued is
entered. An. Example would be
A1 03/01/07- B1 5, A2 03/01/07- B2 10 and A3
03/05/07 and B3 4
A date in Col A. could range from a row or several hundred rows ( tracking
packages shipped). Column B is the value of each package. I am looking for
a way to track everything on a per day basis. Any Suggestions??

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 353
Default Totaling data between dates

or even: =SUMIF(A2:A??,TODAY(),B2:B??)
will always just show todays total.
If you want to see the total for every day, use data, subtotal command and
tell it for each change in column A (date), use function sum, and add
subtotal to column b.
This will give you a subtotal for each date as well as a grand total for all
dates.
There will be an outline bar to the left which will allow you to expand or
colapse to see detail as needed.
When you have printed what you need, go back to data, subtotal and click
remove subtotals so you can add more records the next day. Do not add or
remove while subtotals are turned on.
Have fun!

"Val" wrote:

I am working on a spreadsheet that I would like to total each day.
I have Column A (Manually entering in a date), Column B is where a valued is
entered. An. Example would be
A1 03/01/07- B1 5, A2 03/01/07- B2 10 and A3
03/05/07 and B3 4
A date in Col A. could range from a row or several hundred rows ( tracking
packages shipped). Column B is the value of each package. I am looking for
a way to track everything on a per day basis. Any Suggestions??

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
Totaling columns in a row with duplicate data - Pivot Table?? Kim CB Excel Worksheet Functions 1 August 29th 06 09:34 PM
Totaling data from multiple workbooks. hlflorek Excel Discussion (Misc queries) 1 April 23rd 06 08:17 AM
totaling and organizing data samot Excel Discussion (Misc queries) 1 July 23rd 05 12:19 AM
Charting data against dates where dates are not at fixed intervals PK Charts and Charting in Excel 4 June 16th 05 05:08 AM
finding data between two numbers (1000-1999)and totaling correspo. plasticmaker Excel Discussion (Misc queries) 1 January 7th 05 07:55 PM


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