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 have a to do list with parent tasks and children tasks. I have a status column with a dropdown menu with the options “Not started,” “In process,” and “Completed.” I want to have a formula that auto-populates the parent task with the status based on the children tasks. Here is the logic that I want the formula to use: If…
I have a parent row that I'm using to sum all child row values where Children = 0 and Status = "Not Started". This is my formula. =IF(OR(ISBLANK(Status@row ), Hierarchy@row = 0), "", IF(Hierarchy@row = 1, SUM(CHILDREN()), IF(AND(Children@row = 0, Status@row = "Not Started"), 1, 0))) However, if any of my task rows are…
Hi, I am trying to get a column that provides the Date (easy with Record a Date) but I need the TIME as well. Most of my tables I just use the right function on the Modified Date because the only thing updating those tables are automations or data imports. But a few tables have automations, data imports, and manual inputs.…