Requests Per Month
I am trying to figure out a formula that will allow me to keep track of number of requests per month. I have tried countif, countifs etc., without much luck.
Answers
-
First, have a column called 'Month' with the formula:
=MONTH([Date Submitted]@row)
This will give you the month it was submitted.
Then on the Sheet Summary, make one called 'January' and the formula would be:
=COUNTIF(Month:Month, "1")
Then repeat this process for each month, changing the 1 to 2 for February etc. etc.
If this helped, please upvote - it helps me and helps other users find answers!
-
May I please have a screenshot of what you are explaining?
-
The above is the formula in a text/number column called 'Month'.. this identifies the month of each submission.
Then, here is an example of June in the Sheet Summary:
If this helped, please upvote - it helps me and helps other users find answers!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!