+ Reply to Thread
Results 1 to 5 of 5

Find duplicate / overlap (-ping) dates in data

  1. #1
    Registered User
    Join Date
    05-29-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    58

    Find duplicate / overlap (-ping) dates in data

    I have a list of date ranges, eg;

    1 Jan 12 - 3 Jan 12
    5 Feb 12 - 7 Feb 12
    9 Mar 12 - 9 Mar 12
    1 June 12 - 7 June 12
    3 June 12 - 3 June 12

    Is there any formula which can alert me to overlaps in data - eg;

    1 June 12 - 7 June 12
    3 June 12 - 3 June 12

    Thanks in advance for any help offered

  2. #2
    Forum Contributor Russell Dawson's Avatar
    Join Date
    03-01-2012
    Location
    Yorkshire, England
    MS-Off Ver
    2007
    Posts
    608

    Re: Find duplicate / overlap (-ping) dates in data

    Hi

    If your data is in columns A1:B5 in C2 put

    Please Login or Register  to view this content.
    and copy down
    If I helped, please don't forget to add to my reputation. (click on the star below the post)

    If the problem is solved, please: Select Thread Tools (on top of your 1st post) -> Mark this thread as Solved.

    Failure is not falling down but refusing to get up.

  3. #3
    Registered User
    Join Date
    05-29-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    58

    Re: Find duplicate / overlap (-ping) dates in data

    Quote Originally Posted by Russell Dawson View Post
    Hi..
    Hi thanks for the answer. I should have mentioned that the data isn't always in date order. Is there a solution that looks at all data and compares?

  4. #4
    Forum Contributor Russell Dawson's Avatar
    Join Date
    03-01-2012
    Location
    Yorkshire, England
    MS-Off Ver
    2007
    Posts
    608

    Re: Find duplicate / overlap (-ping) dates in data

    Tricky.

    The best I can come up with so far is this but it only can match exact dates in the columns.

    Please Login or Register  to view this content.
    We need to extend that to include the range of dates between A & B columns and report any matches, and the dates are not in order except that in its own rows Col A is always before Col B date.

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,006

    Re: Find duplicate / overlap (-ping) dates in data

    Maybe:

    =SUMPRODUCT(--($A$1:$A$1000<A1),--($B$1:$B$1000>B1))
    Never use Merged Cells in Excel

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1