View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default To Refer particular Month in large datas

As long as its real dates, whatever date-format subsequently applied doesn't
matter

This will count all dates in col A which are in Feb 2008:
=SUMPRODUCT(--(TEXT(A2:A1000,"mmm yyyy")="Feb 2008"))

And this will sum col B for all dates in col A which are in Feb 2008:
=SUMPRODUCT(--(TEXT(A2:A1000,"mmm yyyy")="Feb 2008"),B2:B1000)

Adapt to suit ..
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"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