Results 1 to 15 of 15

Maximum Number of Overlapping Intervals

Threaded View

  1. #1
    Registered User
    Join Date
    01-28-2021
    Location
    Kedah
    MS-Off Ver
    2016
    Posts
    40

    Maximum Number of Overlapping Intervals

    Hi,

    Sample data : "Updated Sample, post #5"
    -Real data 100k+ row
    -Decimal points number

    Step:

    1) Start count maximum number of overlapping intervals for "Row 2 Interval (C$2,D$2)" ,"=IF(MAX(D$2:D3)<=MIN(C$2:C3),1,"")" at row 3 to find out if "Row 3 Interval (C3,D3)" overlaps "Row 2 Interval(C$2,D$2)

    2) If yes, continue to "Row 4 Interval (C4,D4)" so the formula become "=IF(MAX(D$2:D4)<=MIN(C$2:C4),1,"")"

    3) Stop the formula when it return "" and count all "1". Sum of "1" place at Row 2, Column F.

    4) Loop to next interval, start count maximum number of overlapping intervals for "Row 3 Interval (C$3,D$3)" , "=IF(MAX(D$3:D4)<=MIN(C$3:C4),1,"")"

    5) If yes, continue to "Row 5 Interval (C5,D5)" so the formula become "=IF(MAX(D$3:D5)<=MIN(C$3:C5),1,"")"

    6) Stop the formula when it return "" and count all "1". Sum of "1" place at Row 3, Column F.

    .
    .
    .
    Last edited by your; 06-05-2024 at 09:34 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Need for formula to calculate overlapping time intervals of specific categories
    By rid1whitehead in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-12-2022, 11:27 AM
  2. Combining Overlapping Dates between Unique ID & Identify Overlapping with Other Date Range
    By bihaequipinc in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 3
    Last Post: 09-28-2021, 02:11 AM
  3. [SOLVED] Overlapping Time Intervals - Formula to Show Start Overlaps
    By ARec3 in forum Excel General
    Replies: 3
    Last Post: 10-16-2017, 09:13 AM
  4. Replies: 9
    Last Post: 07-20-2017, 01:35 PM
  5. Calculating the overlapping time intervals
    By Mukund03 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-26-2015, 07:20 PM
  6. Overlapping Time Intervals of the Same Date
    By cworkman123 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-12-2015, 11:21 AM
  7. Sum overlapping start end time intervals
    By Jack-of-Trades in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 10-15-2014, 12:56 PM

Tags for this Thread

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