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
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!