COUNTIF() is good for checking data with one criteria.
COUNTFS() is good for checking data with more than one criteria.

A: Dates

M1: Start Date
N1: End Date

=COUNTIFS(A:A, ">="&M1, A:A, "<="&N1)

Something like that....