So I keep getting #unparseable from my formula below.
=COUNTIFS({Creative Marketing Request Tracker Range 5}[Start Date]:[Start Date], <=DATE(2025, 11, 30), [End Date]:[End Date], >=DATE(2025, 11, 1))
I have a lot of projects with different "Requested Delivery Date" (column header). Above I attempted to find how many projects are in November.
Note that the Requested Delivery Date column type is set to Date. Appreciate any help!