Autofill % Complete in a project

I would like to fill in the % Complete column with 100% when the Status column drop down is set to complete and have the formula in a separate column. I have read through other posts but cannot seem to find a formula that works or the proper syntax. I currently have the formulate on my comments column but I get #unpareseable.
=IF(Status5= "Complete", % Complete5= 1) is the current formula which is not working.
Answers
-
Hi Chris,
Youβd have to have the formula in the % Complete column for it to change it to 100 % or youβd need to use a third-party solution like Zapier or similar.
Try something like this.
=IF(Status@row = "Complete"; 1)
The same version but with the below changes for your and others convenience.
=IF(Status@row = "Complete", 1)
Depending on your country youβll need to exchange the comma to a period and the semi-colon to a comma.
Did that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
AndrΓ©e StarΓ₯
Workflow Consultant / CEO @ WORK BOLD
β Did my post help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Unfortunately it did not. When I enter that formula into the % Complete cell, it treats it as text. This is the default % Complete column when creating a project plan. Not a column i created on my own.
-
Ok.
It's because you're using dependencies. You can't use formulas in % Complete when you have that enabled.
Make sense?
SMARTSHEET EXPERT CONSULTANT & PARTNER
AndrΓ©e StarΓ₯ | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E: andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!