Sign in to join the conversation:
I am creating a basic task check list that restarts every 4 weeks. I would like to set a task for Day 1 and automatically set all of the future task due dates based on lag time. I am not using predecessors.
I would appreciate suggestions.
Hi,
Please see attached link/screenshot. (The - sign should be
I hope this helps you!
Best,
Andrée Starå - Workflow Consultant / Get Done
If you want those dates to be based on weeks, you would want to calculate it in days. =date1+7 is for one week past due date, and for two weeks you would use =date1+14.
To speed the entry of these formulas, you can (and should) use absolute referencing, like this:
=[Target Date]$1 + 1
=[Target Date]$1 + 2
Two cells can be selected and dragged down to increment them. Since that will run into weekends too, I would add another column for the lag (Text/Number)
Then the formula becomes
=[Target Date]$1 + [Lag]@row
Craig
Hi All, I’m looking for some guidance on how to best structure an activity plan in Smartsheet. I need to track and display: Date ranges for each activity Activity month Monthly budget Key points such as promos/offers Major events happening during the same period (e.g., national holidays, International Women’s Day, etc.)…
I have given someone access as an Admin to allow them to create new sheets and edit existing and they keep being told they do not have access to edit. What could be causing this?
Hi everyone, hoping for a little help here, I recently did a survey of 240 employees with 9 yes or no questions. I am hoping to create either a linebar or stacked linebar graph showing the 9 questions in a single chart with the question being on the left axis. When I try to do a report to create this graph, Im unable to…