+ Reply to Thread
Results 1 to 3 of 3

Need to identify the number of minutes that fit into a specific interval

  1. #1
    Registered User
    Join Date
    06-25-2012
    Location
    Minneapolis, MN
    MS-Off Ver
    Excel 2007
    Posts
    2

    Need to identify the number of minutes that fit into a specific interval

    Hi,

    I am trying to determine the number of active minutes that happen during specified half hour increments of time. I have a large list of occurances with a start time in one column and an end time in another column. I want to easily identify the number of minutes from that occurance that fits each range. I eventually want to be able to sum the values in each range of time, but plan on doing that in a pivot table.

    Here is a sample of how I have things set up currently, I filled in the first line manually to try and display what I'm trying to accomplish.

    Capacity_Test.xlsx

    Does anyone know of a way to do this using a formula? I tried a couple of IF statements, but don't have a lot of experience with them and kept getting errors.

    If anyone has a completely different way of doing this, I'm open to suggestions.

    Thanks much!
    Tammy

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Need to identify the number of minutes that fit into a specific interval

    Please Login or Register  to view this content.
    Fix the header row as shown, then in D2 and copy across and down,

    =MAX(0, MIN(D$1+"0:30", $C2) - MAX(D$1, $B2))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    06-25-2012
    Location
    Minneapolis, MN
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Need to identify the number of minutes that fit into a specific interval

    Worked like a charm. You are a life saver, thanks much!

+ 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