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
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives