Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
Is it possible to have a second % complete column that somewho only shows what % of work for child tasks that have a start date that is <= Today. So basically I want to know what % of work is complete that should have already started. I would only use this formula on the top level parent row of the whole project and it would more be some additonal info that I would use in another formula but I want to figure out this calculation. Any ideas?
Joseph,
=IF([Start Date]23 <= TODAY(), [% Complete]23)
for row 23
Blank for future items.
Hope this helps
Craig
Thanks Craig. I think I have something that will work now. A bit more complex but basically what you just said.