Hi,
I have a date column with blanks that I'm trying to get a count of cells that contain dates by quarter (Jan-March, April-June etc.)
I tried this:
=COUNTIFS([Helper Date]:[Helper Date], AND(@cell >= DATE(2021, 1, 1), @cell <= DATE(2021, 3, 31)))
But the result is "0"
I looked through the community and I tried playing with including a CONTAINS @ cell but couldn't figure out the syntax. Any help much appreciated!