Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Count how many persons in a month using a date

I want to know what a formula to count how many person in my list in a month
using registration date. As example : 18-Jan-07, 31-Jan-07 and 7-Feb-07. The
result is 2 person in Jan and a person in Feb.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Count how many persons in a month using a date

=SUMPRODUCT(--(A1:A100=--{"1/18/07","1/31/07","2/7/07"}))


"mash" wrote:

I want to know what a formula to count how many person in my list in a month
using registration date. As example : 18-Jan-07, 31-Jan-07 and 7-Feb-07. The
result is 2 person in Jan and a person in Feb.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Count how many persons in a month using a date

With dates in A1:A3
=SUMPRODUCT(--(MONTH(A1:A3)=1))
for Jan
=SUMPRODUCT(--(MONTH(A1:A3)=2))
for Feb
etc
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"mash" wrote in message
...
I want to know what a formula to count how many person in my list in a
month
using registration date. As example : 18-Jan-07, 31-Jan-07 and 7-Feb-07.
The
result is 2 person in Jan and a person in Feb.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count months away betwwen a strat and end date by month JY Excel Worksheet Functions 1 October 24th 06 02:51 PM
Date arithmetic: adding 1 month to prior end of month date manxman Excel Worksheet Functions 2 July 14th 06 09:29 PM
Sort month/date/year data using month and date only SMW820 Excel Discussion (Misc queries) 6 June 22nd 06 05:14 PM
=VLOOKUP(1,Nationality!B5:B29,IF(MONTH(date)6,MONTH(date)-6, MON Ali Excel Worksheet Functions 14 January 18th 06 08:20 AM
Count the occurances of a month in a range of date fields Keith Brown Excel Worksheet Functions 8 March 14th 05 11:24 AM


All times are GMT +1. The time now is 02:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"