HI,Originally Posted by Stoffe
If I have read your question correctly, you want to total the Credit column for just a specific month, in this case January.
try
=SUMPRODUCT(--(A1:A100>=DATE(2007,1,1)),--(A1:A100<=DATE(2007,1,31)),D1:D100)
where the A1:A100 & D1:D100 will need to reflect your data rows.
Also I recommend putting the date(s) in a cell and then you are able to select different periods without changing the formula.
hth
---
Bookmarks