Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have data that looks like this:
01/01/2000 XXX YYY 01/02/2000 XXX YYY 01/02/2000 XXX YYY 01/03/2000 XXX YYY .....(yes there are multiple records per date) I would like to filter out the data that isn't in a certain date range. The user will be entering date1 and date2 (begining and end dates) and apply other macros to the remaining entries. I recorded the macro and used autofilter and custom with and < dates but I can't seem to change the code to allow a user entered variable as the criteria (returns 0 fields) I am sure that I could just sort wrt date and step through and exclude entries that don't have a valid date but I thought this would be easier. Help on either approach would be great. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date Filter | Excel Discussion (Misc queries) | |||
Filter latest date from multiple date entries | Excel Worksheet Functions | |||
How to filter the date? | Excel Discussion (Misc queries) | |||
Dupliate names with different date Filter for newest date | Excel Discussion (Misc queries) | |||
Need to filter more than one date | New Users to Excel |