Results 1 to 4 of 4

Thread: Checking dates in Excel

  1. #1
    Join Date
    Jan 2009
    Posts
    133

    Checking dates in Excel

    Hi,

    I want to check whether a specific date falls within a time span or not in Excel.I have heard from my friends that it's possible but don't know whats the formula for it .Can anyone help me out.

  2. #2
    Join Date
    May 2009
    Posts
    1

    Re: Checking dates in Excel

    =now()

  3. #3
    Join Date
    Dec 2008
    Posts
    97

    Re: Checking dates in Excel

    Try to use the formula =IF(A2>D1,IF(A2<=E1,"True","False"),"False") where I've put the two dates into D and E on row 1.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Checking dates in Excel

    If you don't want to use IF else statement you can get the same result by using a logical test:

    Code:
    =AND(A2>=D1,A2<=E1)

Similar Threads

  1. How to Calculate Expiration Dates in Excel
    By Kungfu Pandey in forum Windows Software
    Replies: 1
    Last Post: 07-01-2012, 04:22 PM
  2. importing dates from ms excel into ms project
    By tazor in forum Microsoft Project
    Replies: 2
    Last Post: 14-12-2011, 10:20 PM
  3. Import from Excel - dates changed
    By niravrph in forum Microsoft Project
    Replies: 4
    Last Post: 19-04-2011, 08:01 PM
  4. Formula to compare two dates in Excel
    By zaid in forum Windows Software
    Replies: 3
    Last Post: 15-10-2009, 05:30 PM
  5. How to calculate two dates in Excel
    By Ektaa in forum Windows Software
    Replies: 5
    Last Post: 03-03-2009, 05:50 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
  •  
Page generated in 1,713,423,407.88056 seconds with 17 queries