
Pamela J. answered 05/21/19
CS, IT/IS, LMS, BUS-LAW, ENG/ESL, BUS/MARKETING, HISTORY
COUNTIF and COUNTIFS can be used to count cells with dates, numbers, and text that match your specific criteria. The required arguments are Range (select the column(s)/row(s) where you want the program to search/look); and, Criteria (the from date and to date range sought). Assuming you have a column holding the various dates setup, he basic formula would be: =COUNTIFS(range,">="&date1,range,"<="&date2)