+ Reply to Thread
Results 1 to 3 of 3

Thread: Date Range Check

  1. #1
    Registered User
    Join Date
    01-22-2012
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Date Range Check

    Hi

    Could someone help in trying to work out a formula to show when a job is completed within a date range. The data is shown as a date and is described as actfinish, schedstart, schedfinish. I need to know if the actfinish date is equal to or is within the schedstart & schedfinish dates. A summary of the whole list showing % of actfinish dates that fall within the range would be good but also seeing it via a yes or no would be adequate. I have attached the work sheet for reference if required.

    Any help is appreciated.


    Sched Comp Test.xlsx

    Thanks
    Rob

  2. #2
    Registered User
    Join Date
    01-21-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007, Excel 2011 Mac
    Posts
    4

    Re: Date Range Check

    Add this formula to cell F2 and copy it down the column:

    =IF(ISBLANK(C2),"",IF(AND(C2>=D2,C2<=E2),1,0))

    Then add this formula to cell G2 and do the same:

    =SUM($F$2:F2)/COUNT($F$2:F2)

  3. #3
    Registered User
    Join Date
    01-22-2012
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Date Range Check

    Thankyou for your help.

+ 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.2.0