Hello,
I'm trying to create a formula to count the number of instances of a particular date - but I can't get a response out of the forumla - it either comes back as unparseable, or with a 0 count (even though that's the wrong count).
I've tried a few variations:
=COUNTIF(DATE:DATE,06/10/2020)
=COUNTIF(DATE:DATE,"06/10/2020")
=COUNTIF(DATE:DATE,ISDATE(@cell))
None of these seem to work... I'm hoping that someone can help me correct my formula or my formula syntax.
Thanks!