Automating Report to update to "This Week"?
Is there an option in Report Filters to always have the report update to show items due within This Week (preferably Mon-Sun)?
Answers
-
Add a column on your sheet and run the report filter using this column (where checked)
=IFERROR(IF(WEEKNUMBER([Due Date]@row) = WEEKNUMBER(TODAY()),1,0)
The above would not check against year... I assume you have other filters to block something that was already completed... and if something was not completed a year ago you probably want to know about it :)
-
Thank you, great approach but I'm currently getting an #UNPARSEABLE error when applying that to check my Due date column.
-
Woops, made an edit within the community and did not get it right.
See below revised:
=IFERROR(IF(WEEKNUMBER([Last Comment Date]@row) = WEEKNUMBER(TODAY()), 1, 0), 0)
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