Hello,
I'm struggling to get the count of submissions per month. For the submission date I used the "created date" in the drop down options for this specific column. I am not getting any errors with my formula it's simply counting them as "0." For example, June should show a total of 4 submission, but my formula is returning 0. My questions is if you can use the COUNTIF function with this type of column in smartsheets?
My current formula is as follows: =COUNTIFS(Submitted1:Submitted6, "MONTH(6)")
However, I have tried various formulas with the same output.