Previous month count should stop when we enter the current month

Hi,
Is the following test case possible?
I have "four phases" available in the "AppliedPRO column"; I want to automatically count the phases for each month, but my previous month count should stop when we enter the current month.
I hope this test case is useful to other users as well
Thanks
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please help
the Smartsheet Community
by voting it Insightful/Vote Up/Awesome, or/and Accepted Answer. It will make it easy for others to discover a solution or help in answering!
Answers
-
You could always include date range/criteria sets in your formula.
-
Hi @Paul Newcome @Paul Bassett Can you give me an example?
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please
help
theSmartsheet Community
by voting it Insightful/Vote Up/Awesome, or/and Accepted Answer. It will make it easy for others to discover a solution or help in answering! -
Cumulative leading up through June of 2022:
=COUNTIFS({Complete Date}, @cell <= DATE(2022, 06, 30))
June of 2022 only:
=COUNTIFS({Complete Date}, AND(IFERROR(YEAR(@cell), 0) = 2022, IFERROR(MONTH(@cell), 0) = 6))
-
Hi @Paul Newcome Thanks for the quicks response. It will work if we have a date. However, in our case, it is a phase.
As an example, consider the following: We have four phases in the AppliedPRO, and I have to count them each month. If we move to the next month, the current month count should be frozen.
I hope you understand my test case.
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please
help
theSmartsheet Community
by voting it Insightful/Vote Up/Awesome, or/and Accepted Answer. It will make it easy for others to discover a solution or help in answering! -
I'm not sure I understand how data is being populated in your screenshot.
-
Hi @Paul Newcome I used a cell link that came from an individual sheet.
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please
help
theSmartsheet Community
by voting it Insightful/Vote Up/Awesome, or/and Accepted Answer. It will make it easy for others to discover a solution or help in answering! -
-
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please
help
theSmartsheet Community
by voting it Insightful/Vote Up/Awesome, or/and Accepted Answer. It will make it easy for others to discover a solution or help in answering! -
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!