=COUNTIFS(B14:B17,">=1/1/2010",B14:B17,"<=12/31/2010") Example given from a helper site
What I have tried for my own data
=COUNTIFS(B6:B100,">=A1",B6:B100,"<=A2") <<<< Note my data set is correct range, A1 is not activated or seen as a date, I want the...