View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default To Refer particular Month in large datas

If you really don't care about year, as your post says nothing about that, then

=SUMPRODUCT(--(MONTH(A1:A20)=1))

Would count the number of January dates in the range, if you do care about
year then you could use

=SUMPRODUCT(--(A1:A20=C1),--(A1:A20<=C2))

Where you enter the first day of the month in question in C1 as a date, and
the ending date of that month in C2.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"PERANISH" wrote:

I having large date in one Column with different dates in data
Format(mm/dd/yyyy). I want to refer how many datas in particular month