Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a database in Excel that has several columns that are date values. I
need to count the number of records that have a date that is prior to a constant date. How do I do this? Thanks, Walter |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the database is called MyTable, the constant date is Jan 1 2006, the
dates header is called dates and the criteria range is D1:D2, in D1 put Dates and in D2 put <1/9/06 (replace the date format with regional date format if not US dates) If the constant date is in a cell like H2 ="<"&H2 then use =DCOUNT(MyTable,"Dates",D1:D2) -- Regards, Peo Sjoblom http://nwexcelsolutions.com "wacNTN" wrote in message ... I have a database in Excel that has several columns that are date values. I need to count the number of records that have a date that is prior to a constant date. How do I do this? Thanks, Walter |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fun with Time values | Excel Discussion (Misc queries) | |||
Returning Results Based on Two Criteria | Excel Worksheet Functions | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions | |||
SUMIF where values to be summed are formula | Excel Worksheet Functions | |||
sorting more than 3 keys | Excel Discussion (Misc queries) |