Metric Sheet for dashboard
Hi,
I am working on a dashboard with a Metric sheet. I have the formula to count my tasks =COUNTIFS({Emerald Workflow - Status}, @cell = "completed"). What I would like to do is add in only if date submitted or completed in the last 7 days. the Date Submitted is a system date.
Is this something we can do?
Kirstie
Answers
-
No problem! You'll just need to add in a second Range and Criteria.
The next range would be your Date Submitted created date System column. Then the criteria would use the TODAY function to find anything that was created after 7 days ago, or -7 days.
{Created Date Range}, >=TODAY(-7)
So in your formula:
=COUNTIFS({Emerald Workflow - Status}, @cell = "completed", {Created Date Range}, >=TODAY(-7))
Keep in mind that the TODAY function will only be able to tell what day Today's date is through a few actions, see this article, here.
Let me know if this works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!