Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
What I'm trying to do is create a program that loops through a small set of dates that I have in column D and E (start dates and end dates). So, it takes these line by line and compares them to another larger set of dates in column A and B. The result is to show if any of the dates from Column D and E fall in between the dates of column A and B. Furthermore, each group of dates has a unique number id. So, the data consists of dates that are grouped by number IDs. Example: Group 1 Group 2 id start_date end_date id start_date end_date ----------------------------- ---------------------------------- 1 6-6-07 6-7-07 1 6-6-07 6-10-07 1 6-9-07 6-11-07 2 etc etc 1 6-13-07 6-15-07 3 etc etc 2 etc etc 3 etc etc So I need a way to take group 2's date values and compare to see if they fall between the correct group id for Group 1's dates. Any ideas would be great. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Comparing a date with a range of dates | Excel Worksheet Functions | |||
Create a formula in a date range to locate a specific date - ecel | Excel Discussion (Misc queries) | |||
copy date based on date -refer to date range | Excel Programming | |||
Formula for determining if two date columns fall within specific date range | Excel Worksheet Functions | |||
How to count dates within a certain range in a column with mutiple date range entries | Excel Worksheet Functions |