Set a date in a report that only pulls yesterday's date
I have a report that I need to pull units from yesterday. When I set the date threshold as 1 day in the past it pulls units that are from today and yesterday. How do I set the date to only pull from yesterday's only?
thanks in advance for your help.
Comments
-
You may need to use a helper column in the original sheet. For example, if you used a checkbox column named Yesterday, you could use the formula
=IF([Date Column Name]@row = TODAY(-1), 1)
This will check the box if the date is yesterday. You can then build your report by setting the criteria in the report builder as when Yesterday is checked.
-
thanks!
-
-
How would I account for the weekend? For example "yesterday" on a Monday would actually be Friday. I need to see everything that came in "yesterday", but on Monday I need to see what came in on Friday.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives