Looking at last 12 data points daily in report
I am working on something to automatically look at the last 12 data points for a report each day. At 7 AM each day I have a report putting 12 rows in. When this happens, I need to have some kind of helper that lets me start looking at that data and not look at the old data. What helper can I use to look at more than one item. I have used MAX count, and this won't work since I have 12 items each time.
Best Answer
-
since you are getting this sent in each day, you can do the following.
1) Create a column and have it be Created Date
2) Create a helper column, name it Today and have it a checkbox with the column formula =IF(Created@row = TODAY(), 1, 0)
3) Create a filter that only shows if Today is checkboxed
Answers
-
since you are getting this sent in each day, you can do the following.
1) Create a column and have it be Created Date
2) Create a helper column, name it Today and have it a checkbox with the column formula =IF(Created@row = TODAY(), 1, 0)
3) Create a filter that only shows if Today is checkboxed
-
Works great. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!