+ Reply to Thread
Results 1 to 3 of 3

Identifiy a date within a range

  1. #1
    Registered User
    Join Date
    02-11-2010
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    1

    Cool Identifiy a date within a range

    I have a worksheet with two colums with a from and to date. There are approx 1000 lines.

    I need to identiy a specific date between the two dates. e.g From date = 1/12/2004 to date = 12/6/2005.

    I need to idenfiy if a date is within the range eg. 01/06/2005. All I need is a true - false answer.

    Thanks

  2. #2
    Valued Forum Contributor JeanRage's Avatar
    Join Date
    03-02-2009
    Location
    Nice, France
    MS-Off Ver
    Excel 2003
    Posts
    705

    Re: Identifiy a date within a range

    Hi,

    See attached sample file ...

    HTH
    Attached Files Attached Files

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Identifiy a date within a range

    I'd just add to JR's post/attachment that if as you say you really only need a Logical returned then you can dispense with the IF and just use the AND, ie:

    =AND($E$1>A2,$E$1<B2)

+ 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