+ Reply to Thread
Results 1 to 3 of 3

Excel formula to determine if given time is between a time range

  1. #1
    Registered User
    Join Date
    04-10-2019
    Location
    Philippines
    MS-Off Ver
    2013
    Posts
    1

    Excel formula to determine if given time is between a time range

    Hello,

    I am obviously new here at the forums. I just want to ask if there is any way to determine if a time is between a given time range. I have searched for solutions but has never helped me yet.

    e.g.
    Start Time: 22:00:00
    End Time: 7:00:00
    Given Time: 3:43:00

    Thanks in advance!

  2. #2
    Forum Contributor jomaor1's Avatar
    Join Date
    10-08-2018
    Location
    Brasil
    MS-Off Ver
    Excel 2016
    Posts
    177

    Re: Excel formula to determine if given time is between a time range

    How about:

    =IF((E14>D16)*(E14<E16);"Yes";"No")

    And use the CSE "Ctrl+Shift+Enter" on this formula.
    John.

    "I excel at jumping to conclusions"

  3. #3
    Valued Forum Contributor
    Join Date
    01-07-2013
    Location
    Michigan
    MS-Off Ver
    O365
    Posts
    601

    Re: Excel formula to determine if given time is between a time range

    A non-array formula solution would be:
    Please Login or Register  to view this content.
    where A3 is your given time, A1 is your start time, A2 is your end time.
    If someone helped achieve your solution, consider clicking "* Add Reputation" on their post.

    If your question has been answered, mark the thread as [SOLVED] using the Thread Tools menu at the top of the thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Excel Formula to Calculate Time Span Between Different Time Range.
    By omershafiq2012 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-06-2015, 08:28 AM
  2. determine if a certain time stamp falls into a certrain time range
    By tomsemea in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-06-2015, 11:13 AM
  3. Averaging Time after using formula to determine time difference
    By Yfandeslady in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-26-2014, 03:22 PM
  4. [SOLVED] Determine if time range falls within the day, evening, or an in between period
    By Jstark1956 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-09-2014, 05:07 PM
  5. formula to determine what time double time starts and ends after 16:30
    By cfinch100 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-22-2013, 12:05 PM
  6. formula to determine time range overlap?
    By William DeLeo in forum Excel General
    Replies: 0
    Last Post: 06-06-2006, 03:26 PM
  7. [SOLVED] how to determine blocks of time in a date range
    By hydro1guy in forum Excel General
    Replies: 4
    Last Post: 12-08-2005, 11:20 PM

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