+ Reply to Thread
Results 1 to 2 of 2

Formula to find number of instances between a time range

Hybrid View

  1. #1
    Registered User
    Join Date
    04-08-2009
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003
    Posts
    1

    Post Formula to find number of instances between a time range

    Hi Excel Gurus,

    I am trying to workout a formula to find the number of instances between a time range and the details of instances. My excel sheet looks like.,

    ID Change Start Date/Time Change End Date/Time
    823067 9/13/2008 10:00 9/15/2008 7:00
    835924 9/14/2008 7:00 9/15/2008 7:00
    887554 11/21/2008 15:00 11/21/2008 17:00
    897233 9/18/2008 10:00 9/18/2008 15:00

    I would like to find out.,

    - Number(count) of instances occuring between 06:00am - 08:00am(irrespective of the days)
    - Details(ID) of instances aswell..if its easily achieveable.

    Thanks in advance.
    V

  2. #2
    Forum Contributor mubashir aziz's Avatar
    Join Date
    03-18-2009
    Location
    Lahore, Pakistan
    MS-Off Ver
    MS Office 2013
    Posts
    533

    Re: Formula to find number of instances between a time range

    Try this

    I am assuming your time data is in Column B

    =COUNTIF(B2:B6,"<=.333333333333333")-COUNTIF(B2:B6,"<.25")

+ 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