Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 111
Default Extract Date, and summarize data request

To all,

I have a spreadsheet with two worksheets. One named 'Data' and the
other one named 'Summary'. In the data worksheet there are 3 columns:

Date Description Price
18/01/09 xxx 66
18/01/09 xxx 88
19/01/09 xxx 99

etc....

Lets say that today's date is 19/01/09. I want to be able to add all
of the information up per day and display it in the summary
worksheet.

For example the out put would look like:

18/01/09 - total amount = 154
19/01/09 - total amount = 99

and so on. This could be potentially for an unlimited range of dates.

Any help you could give would be much appreictaed

Thanks in advance,

Joe
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default Extract Date, and summarize data request

Hi,

Where A1 is the date you are looking for

=SUMPRODUCT((Data!A2:A40=A1)*(Data!C2:C40))

Mike

"joecrabtree" wrote:

To all,

I have a spreadsheet with two worksheets. One named 'Data' and the
other one named 'Summary'. In the data worksheet there are 3 columns:

Date Description Price
18/01/09 xxx 66
18/01/09 xxx 88
19/01/09 xxx 99

etc....

Lets say that today's date is 19/01/09. I want to be able to add all
of the information up per day and display it in the summary
worksheet.

For example the out put would look like:

18/01/09 - total amount = 154
19/01/09 - total amount = 99

and so on. This could be potentially for an unlimited range of dates.

Any help you could give would be much appreictaed

Thanks in advance,

Joe

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
extract data from a date range Detin8 Excel Discussion (Misc queries) 2 March 29th 10 05:09 AM
SumIF to summarize amount in different sheets by date Tanya Excel Worksheet Functions 4 February 1st 08 08:33 PM
how to extract data based on date vidhya Excel Worksheet Functions 1 October 18th 05 10:39 AM
extract data from a range of cells in rows or columns when a date. Dartyon Excel Worksheet Functions 0 February 24th 05 10:37 PM
How to extract data through ODBC with date criteria? dchow Excel Programming 3 November 21st 03 09:19 PM


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