Summing values according to dates

Fridrik

New Member
Joined
Apr 18, 2002
Messages
2
I have a small summing problem. I'm trying to sum values per dates but the range of the dates are variable, ie. more than one value can exist for each date. For example A1:A5 contains (10.1.2001; 11.1.2002; 12.1.2002; 12.1.2002; 13.1.2002)
and B1:B5 contains (2804; 198; 1176; 702; 1983)
How can I get 4 sums out of this array with the 12th date summing up correctly.
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
A pivot table might be good for this also. Plenty of good tips for PT's on the main Mr Excel site.
 
Upvote 0
In column C: put all the dates of the month.
In D1: put =SUMIF(A:A,"="&$C1,B:B)
Copy this formula down.
This message was edited by Albert 1 on 2002-04-19 05:53
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,217
Members
449,074
Latest member
cancansova

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top