P
pollywog1961
I have two columns of dates (one titled "Start" the other "Finished").
The dates are unique, and the Start date is always smaller (less than)
the Finish date. I have 8 rows of these dates.
Start Finish
1-Jan-91 15-Jan-91
1-Feb-91 15- Feb-91
1-Mar-91 15-Mar-91
for (currently) 8 rows.
I'd like to create a fomula that will check to see if a date entered
into a cell falls between any one of the ranges of dates created by the
Start and Finish. The response would be a simple Yes or No (logical).
In other words, the response for 12-Jan-91 should be "Yes", and for
22-Feb-91 should be "No".
I've checked out the Excel help on ARRAYS and VLOOKUP etc. and they
don't seem to address the issue of two columns. But, I'll admit, I
might not have dug (digged?) as hard as I should have.
The dates are unique, and the Start date is always smaller (less than)
the Finish date. I have 8 rows of these dates.
Start Finish
1-Jan-91 15-Jan-91
1-Feb-91 15- Feb-91
1-Mar-91 15-Mar-91
for (currently) 8 rows.
I'd like to create a fomula that will check to see if a date entered
into a cell falls between any one of the ranges of dates created by the
Start and Finish. The response would be a simple Yes or No (logical).
In other words, the response for 12-Jan-91 should be "Yes", and for
22-Feb-91 should be "No".
I've checked out the Excel help on ARRAYS and VLOOKUP etc. and they
don't seem to address the issue of two columns. But, I'll admit, I
might not have dug (digged?) as hard as I should have.