Another day, another question to the Community...!
I'm trying to get a count of all jobs starting in each month. My formula is giving me an #INVALID OPERATION error though.
=COUNTIFS({Start Date} >= (DATE(2019, 1, 1)), {Start Date}, <=(DATE(2019, 1, 31)))
What am I doing wrong?