Forum Discussion

AndrewNDT's avatar
AndrewNDT
Copper Contributor
Jun 08, 2022
Solved

How to use logical function with dates and multiple criteria

Hi,    I have two sets of data with dates. I'm trying to return a false if a date is present in one column but not in the other. I seem to be having trouble using an absolute range so that I can ap...
  • OliverScheurich's avatar
    Jun 08, 2022

    AndrewNDT 

    =ISNUMBER(MATCH(B3,$D$3:$D$15,0))

    Maybe with this formula. The formula returns FALSCH (which is FALSE in german) if the date is missing in the other column.

     

Resources