Sign in to join the conversation:
Hi everyone, I have a project that spans multiple years and contains many workflows. I would like to be able to track the critical path to different milestones (not just the last task in the sheet). Are there any tricks to doing this in smartsheet?
Hi kblack,
Can you please send me an email - kara.lumley@smartsheet.com ?
I would like to discuss this further with you.
Thank you!
Kara
Hi. Did you figure this out? I need to do the exact same thing. Thanks,
Warren
Same here .... I need this feature urgently. There are critical milestone and none critical milestones. How do I select specific milestone to be in the critical path calculation?
Thanks
Alon Dagan
I got the same issue, does it have any update. Many thanks
I am working on a sheet where we are tracking the percent complete within a column. The top percent complete formula is =AVG([Percent Complete]2, [Percent Complete]17). The formula in [Percent Complete]2 is =IF(Completed@row = "Completed", "100%", COUNTIF(Completed3:Completed16, "Completed") / 14) The purpose of the…
I am trying to turn off weekly backups, but it's not checked and it shows no history, yet I get backups every week. Is this a bug or there is another place I have to disable it? If it's the right place, why is there no history now?
I'm searching another sheet date column for the max date where two number columns (CID) are equal. It works fine, but if the list of dates contains a blank, I want the formula to return a blank instead of the max date it finds. =MAX(COLLECT({DAFD}, {CID}, @cell = [CID]@row))