Hi, I am having trouble with the correct formula sequence for check boxes to stay checked through out the workflow process?
I want the check boxes to stay check as it moves along its stages.
current formula I am using is:
100% Rec'd column =IF([Workflow Status - BitRip]@row = "Received", 1)
Shop Installed column =IF([Workflow Status - BitRip]@row = "Shop Installed", 1)
100% Delivered =IF([Workflow Status - BitRip]@row = "Delivered", 1)
Field Installed =IF([Workflow Status - BitRip]@row = "Field Installed", 1)
100% QC'd =IF([Workflow Status - BitRip]@row = "QC'd", 1)
Workflow Status - BitRip; drop down values are:
any help is appreciated 😊