Hello community! First post here 
I need to count the number of cells in a separate column per month.
Example:
March: 13
April: 10
Ok, what I've already tried:
=COUNTIFS((Criado:Criado); @cell = DATE(2018; 3))
Returns: 0 counts
Expected: 20 counts
=COUNTIFS([Título da ideia]:[Título da ideia]; NOT(ISBLANK(@cell)))
Returns: 3 counts
Expected: 3 counts
---------------------------
Trying to join the two formulas:
=COUNTIFS((Criado:Criado); @cell = DATE(2018; 3)); [Título da ideia]:[Título da ideia]; NOT(ISBLANK(@cell))
Returns: #UNPARSEABLE
Expected: 3 counts (3 results on March and 3 results not blanks cells)
Where is my mistake?
Thanks,
Vanzin
