D
Darren
Hello.
I have the following data set out as follows in a
worksheet:
Date received Date Sent Difference in Days
01/12/03 08/12/03 7 (=Date sent-Date received)
01/12/03
I am attempting to use SUMPRODUCT to tell me how many
entries I have for example, in the month of December where
the difference in days is equal to or below 7. Using the
following calculation it is only capturing the dates in
December and seems to be ignoring the difference in days
argument:
=SUMPRODUCT(('Western 2003'!K1:K24<=7)*('Western 2003'!
H1:H24>=DATE(2003,12,1))*(('Western 2003'!H1:H24<=DATE
(2003,12,31))))
Any ideas?
I have the following data set out as follows in a
worksheet:
Date received Date Sent Difference in Days
01/12/03 08/12/03 7 (=Date sent-Date received)
01/12/03
I am attempting to use SUMPRODUCT to tell me how many
entries I have for example, in the month of December where
the difference in days is equal to or below 7. Using the
following calculation it is only capturing the dates in
December and seems to be ignoring the difference in days
argument:
=SUMPRODUCT(('Western 2003'!K1:K24<=7)*('Western 2003'!
H1:H24>=DATE(2003,12,1))*(('Western 2003'!H1:H24<=DATE
(2003,12,31))))
Any ideas?