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.
Report Help

Jason Rowe
✭✭
I am trying to build a report that is looking at one "DATE" column and shows everything that is between 45 to 90 days from today. The trouble I am having is getting it to be dynamic rather than changing the date everyday. Is this possible? Any help is appreciated.
Thanks,
Jason
Tags:
Comments
-
Make a column on the sheet with the formula:
=if(AND(DATE1 < today()-45, DATE1 < today()-90 ), "on report", "not on report")
-
Great Idea. Thanks!
-
Play arouind with the greater than/less than. I wrote that without testing.
This discussion has been closed.