Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Colum D has start date and colum E has end date colum G has unique records
(1,0) what I want is a list from this database saying how many members were active in in a particular month Jan 06 -- XX Feb06- xxx and so on |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(TEXT(D2:D20,"yyyymm")<="200601"),--(TEXT(E2:E20,"yyyymm")="2
00601"),G2:G20) -- HTH Bob Phillips (remove xxx from email address if mailing direct) "flow23" wrote in message ... Colum D has start date and colum E has end date colum G has unique records (1,0) what I want is a list from this database saying how many members were active in in a particular month Jan 06 -- XX Feb06- xxx and so on |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Advanced Filter: Number of Records Found | Excel Discussion (Misc queries) | |||
Fina number of records between 2 percentile values | Excel Discussion (Misc queries) | |||
Determining the number of specific days between two dates in Excel | Excel Worksheet Functions | |||
Counting the number cells between two dates | Excel Discussion (Misc queries) | |||
Find number of days between to dates | Excel Worksheet Functions |