Objective: Status column is a drop-down. The cells in the Status column have a formula using Descendants, with the idea that when the descendants tasks are all marked with the same status, such as "Completed," then the ancestor to those descendants is also auto-marked as "Completed."
Example: See screenshot below. When descendants Task 1 and Task 2 are marked as "Completed," their ancestor task Parent A automatically updates to "Completed." And once Task 3 and Task 4 are both marked "Completed," then both Parent B and Grandfather would be auto-updated to "Completed".
Issue: the formulas get inadvertently deleted when someone chooses a value from the dropdown in the Status column.
What didn't work: I can't use a column formula because then the drop-down entries are not available. Also, if I lock the column, then non-admins can't use the dropdown.
Question: How can I protect the formulas while still allowing everyone to select dropdown entries?