Forum Discussion

matthew_frank's avatar
matthew_frank
Copper Contributor
Apr 16, 2019
Solved

Countif date in Column A is greater than date in Column B

I've attached a sample xlsx file containing 2 sheets, "Data" and "Results".  The "Data" sheet contains columns for the date something was scheduled, "Scheduled Date", and the date it was actually ...
  • SergeiBaklan's avatar
    Apr 16, 2019

    matthew_frank , it could be

    =SUMPRODUCT((Data!$B$2:$B$9>Data!$D$2:$D$9)*(A2=Data!$A$2:$A$9))

    (adjust to actual range, or use dynamic ranges / tables) if only you don't keep Completed as text (zero or null cell). Text is always more than any number/date.

     

Resources