Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count months away betwwen a strat and end date by month | Excel Worksheet Functions | |||
Date arithmetic: adding 1 month to prior end of month date | Excel Worksheet Functions | |||
Sort month/date/year data using month and date only | Excel Discussion (Misc queries) | |||
=VLOOKUP(1,Nationality!B5:B29,IF(MONTH(date)6,MONTH(date)-6, MON | Excel Worksheet Functions | |||
Count the occurances of a month in a range of date fields | Excel Worksheet Functions |