+ Reply to Thread
Results 1 to 9 of 9

check if dates falling in range of other dates

  1. #1
    Registered User
    Join Date
    01-25-2017
    Location
    New delhi,India
    MS-Off Ver
    2016
    Posts
    13

    check if dates falling in range of other dates

    I have a data of employees and I want to check if the joining and releasing dates of previous organization falling in recent organization.

    so for example org1 is the recent previous organization and Org2 is previous to previous organization.

    for example in image in row two the relieving date of org two falls between joining date and relieving date of org1 then it should show Yes in column H.
    same as in row 5 relieving date of org2 falls between the range of joining date1 and relieving date1 then this should show as Yes in column H.

    so the actual requirement is if the Joiningdate2 and relieving date2 falls between the range of joiningdate1 or relieving date1 then H column will Yes else NO.



    Thanks in advance.

    Capture.PNG
    Attached Files Attached Files
    Last edited by shoaibaligwl; 08-04-2021 at 03:07 AM. Reason: updating question for more clearity

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,609

    Re: check if dates falling in range of other dates

    So, starting at #2 before leaving #1 (True/False):
    Please Login or Register  to view this content.
    Overlap:
    Please Login or Register  to view this content.
    Last edited by protonLeah; 08-03-2021 at 02:32 PM.
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    01-25-2017
    Location
    New delhi,India
    MS-Off Ver
    2016
    Posts
    13

    Re: check if dates falling in range of other dates

    This is giving the output of total experience , how can I check from this that the employee was working in two organization at the same time.

  4. #4
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,057

    Re: check if dates falling in range of other dates

    Maybe a simple formula like: =G2>=C2, that gives TRUE (working in two organization at the same time) or FALSE (not working in two organization at the same time) answer.

  5. #5
    Registered User
    Join Date
    01-25-2017
    Location
    New delhi,India
    MS-Off Ver
    2016
    Posts
    13

    Re: check if dates falling in range of other dates

    I have just updated the question and requirement , I think now this will clear the objective . let me know if the any more thing i can clear.

  6. #6
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,057

    Re: check if dates falling in range of other dates

    Formula: =IF(G2>=C2,"Yes","No")

  7. #7
    Registered User
    Join Date
    01-25-2017
    Location
    New delhi,India
    MS-Off Ver
    2016
    Posts
    13

    Re: check if dates falling in range of other dates

    so actually not only G column but also F column, its like if the dates of F and G falling in range between dates (C and D)

  8. #8
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,057

    Re: check if dates falling in range of other dates

    If G2 is greater than or equal to C2, then it follows that F2 must be greater than or equal to C2.

  9. #9
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: check if dates falling in range of other dates

    =IF(AND(G3>=C3,G3<=D3),"yes,","no") perhaps

+ 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. Check if range of dates fall between two dates
    By Wasilsky in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-14-2017, 08:40 AM
  2. Check dates in range either same dates or different dates by formula
    By breadwinner in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-12-2013, 07:42 AM
  3. cells falling within two dates
    By tinainsuffolk in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-25-2011, 12:26 PM
  4. [SOLVED] i want get multiple values falling in a range of dates.
    By all4excel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-18-2007, 04:30 PM
  5. [SOLVED] if i want to have dates falling in a particular range.
    By all4excel in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-18-2007, 02:27 PM
  6. Count dates falling in a certain range
    By junoon in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-31-2006, 09:25 PM
  7. [SOLVED] Skip holidays falling between two dates
    By amit in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2005, 10:06 AM

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