M
M.Fox
I have a formula that records the instances of the month in a range. For
example =SUMPRODUCT((MONTH(Sheet1!I4:I399)=12)*1) records the number of
instances that December occurs.
My problem is that I now need it to only count the number of instances of
December 2004 and ignore the number of instances of December 2003.
Any ideas?
example =SUMPRODUCT((MONTH(Sheet1!I4:I399)=12)*1) records the number of
instances that December occurs.
My problem is that I now need it to only count the number of instances of
December 2004 and ignore the number of instances of December 2003.
Any ideas?