Easy way to express Monthly Data
Hi all,
I have started a project to use Smartsheet to track Right First Time across several departments. As part of this I want to track the data on a monthly basis.
The form uses a 'Created date' field to input the date when the entry was submitted.
Is there a way of expressing the date, so I can use it as a COUNTIFS formula?
=COUNTIFS({Site}, "Hay-on-Wye", {Service Area}, "Specifications/Artworks", {Right First Time}, "Yes")
Or have I over complicated it, is there an easy way to show monthly data, without having to use COUNTIFs, "August" for example?
Thanks,
Jack
Best Answer
-
Try this:
=COUNTIFS({Site}, "Hay-on-Wye", {Service Area}, "Specifications/Artworks", {Right First Time}, "Yes", {Date Of Review}, AND(MONTH(@cell) = 8, YEAR(@cell) = 2022))
Answers
-
Try this:
=COUNTIFS({Site}, "Hay-on-Wye", {Service Area}, "Specifications/Artworks", {Right First Time}, "Yes", {Date Of Review}, AND(MONTH(@cell) = 8, YEAR(@cell) = 2022))
-
@Paul Newcome Worked! Thank you :)
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!