Hi. I have a set of dates in column D and I have this formula that counts the volume for each month from the whole column, it works great, but for January it returns 9999? Please can anyone figure out why?
=SUMPRODUCT(--(MONTH(D1:D10000)=1))
If you change the last number to 2 or 3 or 4 etc etc it counts February, March, April occurences etc etc but as I say with 1 in there for January it returns 9999?
=SUMPRODUCT(--(MONTH(D1:D10000)=1))
If you change the last number to 2 or 3 or 4 etc etc it counts February, March, April occurences etc etc but as I say with 1 in there for January it returns 9999?