I have multisteps to complete an order, Since start of many steps is dependant on the completion of previous steps, Can I program that if a previous steps say row 1 and 3 are complete (status Green), next row status changes to Yellow. I did this by giving code to each row and then with IF statement (If Code of row 1 and 3 are Green, then Code current row is Yellow, but I would also like that it permits to change the calculated status of the current row manually. Is it possible