Question: The formula I have is counting cells that are blank but I only need it to count the cells that contain a date. I've tried a few modifications to it but nothing seems to work. Can someone help me please?
=SUMPRODUCT(($I$2:$I$501>=DATEVALUE("07/01/2020"))*($I$2:$I$501<=DATEVALUE("07/31/2020")))
Thank you,
