I want to see how many dates in a range are within the last 2 months. What I tried:
=SUMIF(D12:D21, ">="&EDATE(TODAY(),-2))
But that sums the cell values, where I just want to count the number of occurrences.
My data:
1/18/231/20/231/13/231/13/2312/16/2212/12/2211/4/2211/18/22I would want the result of my formula to be: 4