Using Tomorrow in date filters
Hi,
We have a SmartSheet that has several systems and their respective go live dates as columns. I am trying to create a filter that will show which systems are going live tomorrow for our infrastructure team.
If I use the filter option "is in the next (days)" = 1 then it shows both today and tomorrow. I am unable to use the combination of "is in the next (days)" = 1 and "is not today" since I need the match condition to be set to "at least one condition" since we are looking at several columns of data.
Any thoughts would be greatly appreciated!
Best Answer
-
I would suggest a helper checkbox column that checks the box on each row if any one of those dates equals tomorrow. THen you can filter off of the box being checked.
=IF(OR([LevelUp Upgrade Install Date]@row = TODAY(1), [Omnivore Agent Go Live]@row = TODAY(1), [Potmates Go Live]@row = TODAY(1), [Uber Eats Go Live]@row = TODAY(1), [Aloha Upgrade]@row = TODAY(1)), 1)
Answers
-
I would suggest a helper checkbox column that checks the box on each row if any one of those dates equals tomorrow. THen you can filter off of the box being checked.
=IF(OR([LevelUp Upgrade Install Date]@row = TODAY(1), [Omnivore Agent Go Live]@row = TODAY(1), [Potmates Go Live]@row = TODAY(1), [Uber Eats Go Live]@row = TODAY(1), [Aloha Upgrade]@row = TODAY(1)), 1)
-
Thanks, I hadn't thought of doing that. I will give it a shot!
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K 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