Sign in to join the conversation:
I want to be able to use a dependency like "either/or" instead of "and"
ie: Task 3 can start after either Task 1 or Task 2 is finished, but does not require both tasks to be done.
Is this possible?
=if(or([Task 1]@row = "Finished",[Task 2] = "Finished"),1,0)
Thanks for the reply, but this seems to be saying "if task 1 is complete, task 2 is also complete" but that wouldnt be the case.
Task 1 and 2 wont be completed at the same time. But one of them needs to be done before Task 3.
I misunderstood, you mean how to set the predecessors on a project sheet then right?
Yes. I can make it use both predecessors, but I want it to use one *or* the other.
Someone may correct me if I am wrong, but I am fairly confident you are unable to do that currently in smartsheet. There is not mention of it in the official documentation. I recommend submitting a product enhancement request via the link on the right side of the community webpage.
https://help.smartsheet.com/articles/765727-enabling-dependencies-using-predecessors
Our editors were always able to sort attachments (by name/ by newest or oldest etc) and now that is gone. Anyone know why?
What has happening to the Share a sheet option - I only have share a Workspace - and it doesn't offer the option to share a sheet - and i cant find where to unshare a sheet either - currently to share a sheet we have to send a link and get the user to request access to the sheet - but there doesnt appear to be away to…
My team and I are looking for guidance on the best way to create and maintain a sandbox or test workspace. We want a designated environment where we can experiment with new processes or ideas without impacting our production workspaces. Would it be better to maintain one shared sandbox workspace for the team, or should…