Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

View today, including one day and multi-day items on sheet

Wolf
Wolf
edited 12/09/19 in Archived 2017 Posts

We track all our promos on one sheet.  Some of them run one day, some of them run for several days, some of them run more or less permanently.  I need a view of everything running on a given day.  The filters do not appear to permit this.  Any ideas?  Ideally, would like this to run in calendar and gantt views.  Alternately, is there a way to drill the calendar and gantt views down to one day?

Comments

  • I recommend you create a new column called "Active Today" and put in a formula like this:

    =AND(TODAY() >= [Start Date]1, TODAY() <= [End Date]1)

    It will be checked if today is between start date and end date inclusive. Then you can set up your filter or conditional formatting on this new column.

     

This discussion has been closed.