Countif auto number (Date)
Options
I am trying to count the number of submissions within a month.
My column "A", is a auto number column with the DATE that a form was submmited, and I want to know how many submissions were made in October.
I have tried several different formulas, but I am not having any sucess on it.
Can someone help me on it?
Answers
-
The basic formula would be...
=COUNTIFS(A:A, MONTH(@cell) = 10)
To incorporate a year function so that you are only counting for October of 2020
=COUNTIFS(A:A, AND(MONTH(@cell) = 10, YEAR(@cell) = 2020))
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!