Forum Discussion

turndog7's avatar
turndog7
Copper Contributor
Aug 01, 2023

Excel - how to use IF/AND/OR combo to see if a date range lies within another date range

    I am trying to write a formula that will see if the acquired date (Column C) OR the sold date (Column D) lie within OR overlap the date range at G6:G7 and so on across the spreadsheet, an...
  • HansVogelaar's avatar
    HansVogelaar
    Aug 01, 2023

    turndog7 

    Try this:

     

    =IF(($C7<H$6)*($D7>H$5),"","-")

Resources