+ Reply to Thread
Results 1 to 4 of 4

IF Timestamp meets certain criteria then...

  1. #1
    Registered User
    Join Date
    04-23-2012
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    11

    IF Timestamp meets certain criteria then...

    Hi All,

    I'm looking for help with a formula that will look at a list of timestamps and provide a "Yes" or "No" if the day and time meets certain criteria.

    Example:

    If timestamp is a Monday and time is >=4pm, then "Yes", "No"
    If "" Tuesday and time is >=4pm, then "Yes", "No"
    If "" Wednesday and time is >=4pm, then "Yes", "No"
    If "" Thursday and time is >=4pm, then "Yes", "No"
    If "" Friday and time is >=4pm, then "Yes", "No"
    If "" Sunday and time is >=11am, then "Yes", "No"

    Any help greatly appreciated.

    Best,

    Andrew

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,910

    Re: IF Timestamp meets certain criteria then...

    Try this:

    =IF(WEEKDAY(A1)=1,IF(HOUR(A1)>=11,"Yes","No"),IF(HOUR(A1)>=16,"Yes","No"))
    Last edited by Phuocam; 06-29-2021 at 07:30 AM.

  3. #3
    Registered User
    Join Date
    04-23-2012
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: IF Timestamp meets certain criteria then...

    Brilliant thanks!
    Worked like a dream

  4. #4
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,416

    Re: IF Timestamp meets certain criteria then...

    Where is Saturday ?

    HTML Code: 

+ 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. TimeStamp and Sound when condition meets
    By SlamberGamer in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-06-2016, 12:43 AM
  2. MAX if meets 2 criteria.
    By Mnaylor in forum Excel General
    Replies: 2
    Last Post: 07-15-2014, 03:39 PM
  3. Replies: 4
    Last Post: 02-17-2014, 04:05 AM
  4. Need one column total if criteria meets another columns criteria
    By jebrown in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-24-2013, 08:47 PM
  5. Replies: 1
    Last Post: 02-16-2012, 09:57 AM
  6. Help with SUM only IF meets both criteria
    By mahri811 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-25-2010, 11:53 AM
  7. Max value that meets a criteria
    By David Burr in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-16-2005, 09:31 AM

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