> how many meters I had out on hire (total) in say November 2007.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Max,
Thankyou for your effort but this simply tells me how many meters went out
during the month (0) and not the sum of how many meters were on hire during
that month (97.5)
Any other suggestions?
> > how many meters I had out on hire (total) in say November 2007.
>
[quoted text clipped - 19 lines]
> >
> > Thank you in advance for any assistance!
T. Valko - 19 Mar 2008 06:30 GMT
I think your result of 97.5 is incorrect. It should be 25.5.
Try this:
=SUMPRODUCT(--(B2:B6<=DATE(2007,11,30)),--(C2:C6>=DATE(2007,11,1)),A2:A6)
Or, use cells to hold the date criteria:
E2 = 1/11/2007 (d/m/y)
F2 = 30/11/2007 (d/m/y)
=SUMPRODUCT(--(B2:B6<=F2),--(C2:C6>=E2),A2:A6)

Signature
Biff
Microsoft Excel MVP
> Max,
>
[quoted text clipped - 32 lines]
>> >
>> > Thank you in advance for any assistance!
Max - 19 Mar 2008 07:07 GMT
My apologies. I mis-read it earlier.
Biff's response should take care of it.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---