Forum Discussion

ardamutlu's avatar
ardamutlu
Copper Contributor
Sep 05, 2021
Solved

excel multiple and/or conditions with date data

I am able to retrieve data from D2 and E2 but I also want to have the same data included with D3 and E3 also. Is it possible to get multiple "date" data from Excel? Example below:    
  • HansVogelaar's avatar
    HansVogelaar
    Sep 05, 2021

    ardamutlu 

    How about

     

    =IF(OR(AND(A2>=$D$2;B2<=$E$2);AND(A2>=$D$3;B2<=$E$3));"true";"false")

     

Resources