Date Range within a date range - try again

M

MoonBlosm

I have a start and stop date. I want to see if any part of that start/stop
range falls within another date range.

Start: 9/15/09
End: 10/1/09

Date range to search: 8/31/09 - 9/30/09
next range 9/30/09 - 10/31/09

The answer would be true for both as at least one day of the start and stop
range fall in the ranges to search.

I posted this earlier, but can not find the post, so I am trying again.

This has me stumped.

Thanks in Advance
 
S

Stefi

A B C
start end
9/15/09 10/1/09
8/31/09 9/30/09 TRUE
9/30/09 10/31/09 TRUE


Formula in C3:

=OR($A$2>=A3,$B$2<=B3)
fill it down!

Regards,
Stefi

„MoonBlosm†ezt írta:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top