I have 3 columns:
I want it so that the user can either click the checkbox or select an option on the drop down menu to change the symbol. This is done and working great for the symbol column!
Now, I want it so that if the checkbox is TRUE and the symbol changes to GREEN, the drop down menu changes to COMPLETED. Additionally, I want it so that if the user unchecks the checkbox, the drop down menu moves to IN PROGRESS and the symbol moves to BLUE.
Is this possible? I tried to do it with workflows and it didn't work.