+ Reply to Thread
Results 1 to 4 of 4

Finding If current date is Between two dates

  1. #1
    Registered User
    Join Date
    08-07-2017
    Location
    Pittsburgh
    MS-Off Ver
    MS Office PC 2013
    Posts
    9

    Finding If current date is Between two dates

    What formula can be used to find if todays date is between two dates.

    A projects duration is:

    12/1/17 to 12/31/17

    Today is 9/27/17......display "Not Started"

    or


    A projects duration is:

    9/1/17 to 12/1/17

    Today is 9/27/17.....display "In progress"

  2. #2
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: Finding If current date is Between two dates

    Assuming that:

    • A2 = Start Date
    • B2 = End Date

    The formula would be: =IF(AND(TODAY()>=$A2,TODAY()<$B2),"In progress","Not Started")

    See Attachment
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: Finding If current date is Between two dates

    Thanks for posting this thread as SOLVED, but it would had been nice to know if the formula I provided was actually what you needed. Or that you found a better solution.
    And a simple THANK YOU would had went a long way

  4. #4
    Registered User
    Join Date
    08-07-2017
    Location
    Pittsburgh
    MS-Off Ver
    MS Office PC 2013
    Posts
    9

    Re: Finding If current date is Between two dates

    I apologize, I thought I had sent a thank you over. I appreciate the help!!

+ 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. [SOLVED] Finding the most current and previous current date based on multiple criteria
    By tkbuc in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-27-2016, 06:06 PM
  2. [SOLVED] Trying to calculate- compares two dates, chooses later date, tells days to current date
    By Vicious00013 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-31-2016, 12:20 PM
  3. Replies: 0
    Last Post: 05-18-2013, 03:29 AM
  4. Replies: 4
    Last Post: 12-19-2011, 08:40 AM
  5. MACRO for finding dates which are less than or equal to current date,
    By drsantosh in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-09-2011, 06:49 AM
  6. Finding current date
    By Saturn in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-19-2011, 10:59 AM
  7. Excel 2007 : finding current age with Dates of Birth
    By Cathie522 in forum Excel General
    Replies: 2
    Last Post: 12-06-2010, 05:07 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