Count per month/year automatically
What formula do I use to count data per month/year and have it update automatically with new entries. How do I pull that rolling data for past 12 month data to dashboard
Answers
-
Hi @Lynn Collier
Hope you are fine, please find in the following the formula to count by month for November for example
=COUNTIFS([Column2]:[Column2], <=DATE(2020, 11, 30)) - COUNTIFS([Column2]:[Column2], <=DATE(2020, 11, 1))
and if you want count for 2020 you can use the formula
=COUNTIFS([Column2]:[Column2], <=DATE(2020, 12, 31)) - COUNTIFS([Column2]:[Column2], <=DATE(2020, 1, 1))
check the following screen shot for the sample
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi @Lynn Collier
Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hi, Sorry for the delay in getting back to you. The first formula works so that I do not have to put in a filler column of first and last day of the month. Thank you Lynn
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!