A
ArtySin
Hi,
I have column Qwhich are dates and I need to count the number of date
entries for each week with the result in a separate column. However the date
entries change each time the sheet is updated and I thought that a cell
reference would be the answer but it doesn't work.
This works:
=SUM((COUNTIF($F$2:$F$46,">13/6/2009")-COUNTIF($F$2:$F$46,"<20/6/2009")))
But I really need to use a cell reference for the dates instead and this
doesn't work:
=SUMPRODUCT($F$2:$F$46>Q3)*($F$2:$F$46<Q4) where Q3= 13/06/2009 and Q4 =
20/06/2009
Anybody have any ideas please?
Thanks
I have column Qwhich are dates and I need to count the number of date
entries for each week with the result in a separate column. However the date
entries change each time the sheet is updated and I thought that a cell
reference would be the answer but it doesn't work.
This works:
=SUM((COUNTIF($F$2:$F$46,">13/6/2009")-COUNTIF($F$2:$F$46,"<20/6/2009")))
But I really need to use a cell reference for the dates instead and this
doesn't work:
=SUMPRODUCT($F$2:$F$46>Q3)*($F$2:$F$46<Q4) where Q3= 13/06/2009 and Q4 =
20/06/2009
Anybody have any ideas please?
Thanks