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:
Good evening,
I will try and explain this without messing up
Thank you
We need something similar. I would love to see what other users are doing. Currently we have to manually update the percent column to 100% each time a task is complete.
We have tried the predecessor option as well, but it limited some of our other features.
Hi,
Are the task always completed in the same order?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
Hi Yes
They are always completed in the same order but sometimes some tasks are not needed.
Ok.
Try something like the below formula to start.
=IF(F1 = 1; 1; IF(Admin@row = 1; 1; IF(Unload@row = 1; 0,8; IF(Weld@row = 1; 0,6; IF([Fit Up]@row = 1; 0,4; IF(Python@row = 1; 0,2))))))
The same version but with the below changes for your and others convenience.
=IF(F1 = 1, 1, IF(Admin@row = 1, 1, IF(Unload@row = 1, 0.8, IF(Weld@row = 1, 0.6, IF([Fit Up]@row = 1, 0.4, IF(Python@row = 1, 0.2))))))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Hope that helps!
Andrée
Hi Julie,
Does the below formula help you or do you have some other requirements?
HI Andree
Trying now
Happy to help!
Let me know how it goes!
I have an end date column and want to add 30 days to that for a new column that shows due date. How do I add 30 days to a date automatically?
The dashboard previously contained 16 widgets, and I have confirmed that the widgets still exist in the backend. However, when I open the dashboard, nothing is displayed, and I am unable to enter Edit Mode or access the widgets/data sources. I have already confirmed the following: I am the owner of the dashboard and have…
Why is it so convoluted now! I eventually figured out the changes and ended up with a sheet that Smartsheet completely reorganised the rows and the sheet is now useless to me as it is not in a logical order for me to easily restore to its original layout. This is not an "improvement"! It was far easier to upload data…