In my sheet, there is a column called "Date" and the format is "Date". I want to count the number of all lines which are in a given month, like "Nov 2021" by calling:
=COUNTIF(Date:Date, MONTH(@cell)=11)
Cuz there are some Blank cell in the column, so it showed "Invalid Data Type".
How to fix it, any workaround?
Thanks.