How to count within a date range in first column and with a specific criteria in a second column
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],[email protected]>=DATE(2018,1,1),@cell<=DATE(2018,3,31)))
Thanks ahead of time for any thoughts!
Tags:
0
Comments
-
-
Thank you for your advice!
0