Automatic update of adjacent columns
Comments
-
=IF(Status26 = "7 - Closed", 1, IF(Status26 = "2 - In Progress (Active)", 0.5))
the catch is that you can't put both a manual value or a calculated value (as above)... Maybe if you use a "hidden" column to store the formula somehow... Perhaps this puts you on the right track regardless... good luck!