+ Reply to Thread
Results 1 to 2 of 2

Formula for determining if two date columns fall within specific date range

  1. #1
    Registered User
    Join Date
    04-20-2006
    Posts
    3

    Formula for determining if two date columns fall within specific date range

    Let's say I have thousands of employees, but I need to determine who worked for me during a particular date range, and all I have to go on is their start date in one column and their end date in another column.

    If:

    A1 contains beginning date of employment
    B1 contains ending date of employment
    C1 contains specified beginning date (criteria)
    D1 contains specified ending date (criteria)

    is there a formula to help make this determination?
    Last edited by Igottabeme; 04-20-2006 at 04:53 PM.

  2. #2
    Dave O
    Guest

    Re: Formula for determining if two date columns fall within specific date range

    =AND(AND(C1>=A1,C1<=B1),AND(D1>=A1,D1<=B1))
    .... returns TRUE when both the criteria begin date and criteria end
    date are between employment start and employment end dates.


+ 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