Changing % complete using a formula in another cell

I know you cannot use a formula in a "% Complete" field. Is there a way to update "% Complete" from a formula in another column (something like a "helper" column)? I have a "Task Status" column with drop down values of Not Started, In Progress, and Complete. I would like to change the value of "% Complete" when I change the value of "Task Status". (e.g. If [Task Status] = "Complete" then [% Complete] = 1). Is this possible?
Answers
-
Hi @BJ Patnode
The % Complete column can't have formulas if you are using it for the Parent rollup functionality with weighted percents in Project Settings, and it's not possible to update it from a different column.
That said, the % Complete automation in parent rows is optional. (Read more about this in our Help Center, here).
To adjust this, you can open theΒ Project SettingsΒ on the sheet and set theΒ % Complete ColumnΒ drop-down list toΒ None. Doing so will enable you to use formulas in the parent rows or set the parent row values manually. (Keep in mind that it will also remove the progress indicator from the Gantt bars.)
If you decide to go this route, you could input exactly what you wanted to say directly in your % Complete field:
=IF([Task Status]@row = "Complete", 1) ... etc.
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
-
Thanks Genevieve, I was hoping to have both %Complete automation and a way to programmatically update the %s so that I could have the progress indicators in the Gantt chart. Oh well. Appreciate you answering the question. Thanks again.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 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!