Hello everyone!
I have a Status column (Symbol type), where users can choose manually the desired status.
I also have a Completed% column (Text/Number type), where a percentage is entered manually.
I would like to change the value of the Status column to "Blue" when Completed% is "100%", but keep as is in all other percentage values.
Examples:
- Status is Green, Completed% changes to "100%", then Status should change to Blue.
- Status is Green, Completed% changes to "80%", then Status should remain Green.
I have tried implementing this with a Workflow, but it is not possible to select the Status column as its type is Symbol.
I also cannot use a Column Formula on the Status column, as then the users won't be able to select the status from the list.
I would appreciate your ideas and support!