I am looking for a formula to count the number of incoming requests for a specific month.
I am looking for a formula to count the number of incoming requests for a specific month.
Using a column name CR Number (this is auto generated no column type) and a Date column which shows the Date(09/08/2022). I would like see how many requests came in the month of August2022.
Answers
-
Hi @Gayathri
I hope you're well and safe!
Have you explored using a Report instead?
Would that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
COUNTIFS is the function you're looking for. This will work as long as your Date column is date-type column.
=COUNTIFS(Date:Date, MONTH(@cell) = 8, Date:Date, YEAR(@cell) = 2022)
In English - Count all the rows with Date values where the month equals 8 and the year equal 2022.
Using "@cell" with the MONTH and YEAR functions inside your COUNTIFS tells the system to perform the MONTH function and the YEAR function on each value before it decides whether or not to count the row.
Download the new Formula Handbook template in Smartsheet for basic and advanced formula help!
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 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!