I have "Date Initiated", "Date Closed" and "Turnover Time" columns. The initiated and closed columns will (should) be populated when they happen, but the closed column auto populates to the same date as the date initiated column when it gets filled in.
I also had to create a "Predecessor" column which I hid because I don't need that info, but it was needed to have a formula/dependency to calculate the Turnover Time from the Initiated and Closed dates. I'm using the dependency feature instead of formula (Date Closed minus Date Initiated) because I want to count only 6 out of 7 days of the week (not counting Sundays).
How can I make it that the Date Closed and Turnover Time columns don't auto-populate?