Hello:
For a given set of rows with due dates:
04/03/17
04/28/17
04/03/17
04/03/17
06/01/17
04/03/17
05/17/17
05/17/17
04/28/17
I need a formula that will count up all those due in April. I am working with the following formula, but it is not quite right yet:
=COUNTIF(DueDate:DueDate, @cell MONTH(DueDate:DueDate) = 4)
Can someone lend a hand? Thanks!
Kevin