Hi,
I've spent quite a bit of time trying to figure out a way of doing this.
I'll give an example of my worksheet:-
Cost 1, Cost 2 , Date D/M/Y,
£10.00, £20.00, 15/12/2009,
£20.00, £10.00, 18/12/2009,
£10.00, £10.00, 24/12/2009,
£10.00, £10.00, 28/12/2009,
£10.00, £20.00, 05/01/2010,
The formula I currently have is
=SUMIF(C:C,"<="&DATE(2009,12,31),A:A)-SUMIF(C:C,"<"&DATE(2009,12,1),A:A)
But this will only add up column A and i want it to add column B as well for 1 month.
From what I've read it sound like i need to use SUMPRODUCT but i can't seem to get it with that either.
Sorry to trouble you and thanks in advance.
Martin
Bookmarks