New user here... Need formula on how to count how many entries in a column are in a specific month
Hey there,
I have wracked my brain for hours trying to find a formula that will allow me to count how many cells contain the month Jan, Feb, etc.
So far I have tried the following.. Please let me know how I should adjust:
=COUNTIFS({[ Range 1]}, @cell >= DATE(2024, 1, 1), {Certificate of Destruction Range 1}), @cell <=DATE(2024, 1, 31), {Checkbox Range}, @cell =1) = #UNPARSEABLE
=COUNTIF({Range 1} = "01") = #INCORRECT ARGUMENT SET
=COUNTIF(MONTH(1){ Range 1} = #UNPARSEABLE
=COUNT(MONTH(1), {Range 1}) = 13 BUT THERE ARE ONLY 7 IN THE MONTH OF JAN
=COUNTIF({Range 1}, CONTAINS(1, {Date of Destruction})) = 0 BUT THERE ARE 7 IN THE MONTH OF JAN
Any help is appreciated.
Signed,
New to smartsheets :(
Answers
-
=COUNT(COLLECT({Target Date Column}, {Target Date Column}, MONTH(@cell)=1))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!