I want to figure out how many times a specific person sends an application out within a specific date range. Here is the formula I tried:
=COUNTIFS(Name:Name,"Jane",[Application sent]:[Application sent],AND@cell>=DATE(2018,1,1),@cell<=DATE(2018,3,31)))
Thanks ahead of time for any thoughts!