I am trying to figure out a formula that when I change the value of the %complete to %100 my status column with drop down list pics a specific word and fills it in the cell. Can this be done?
Hi Octavio,
Yes, it can. Use the formula below in the status column.
=IF([%Complete]@row = 1; "Complete")
Depending on your country you’ll need to exchange the semi-colon to a comma in the above formula.
I hope this helps you!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
One thing you have to consider when using a formula in a drop-down box is that if you are using reports to have people update and monitor their tasks they won't be able to change the dropdown in their report. Fields with formulas are not editable in reports. That's the only drawback.
This discussion was created from comments split from: Licenses and True-up confusion.
Our users are noting that a specific column is not submitting the data they selected correctly. It is a dropdown column where you can only single select from the list. When checking the cell history, it is showing one entry for the incorrect item. While we aren't ruling out continuous user error, we have seen enough…
I created a new project in my PMO, when I tried to pick a contact there were very few listed 7 versus the 165 people in my org. I checked My Contacts and all of the contacts were listed. Do I need to link that somehow to my sheet? How would I do that? Second question, what is the best strategy to keep My Contacts updated…