Here's a tricky one for those advanced solution builders that I cant solve with out of box functionality. A project sheet has many tasks with predecessors. I want to capture the number of days an end date changes BUT only on the tasks where a person changed the date. I.E. I dont need the dates that were affected by the predecessors.
It works perfectly by
- using copy row automation to a "snapshot" sheet when an end changes
- I do my calcs on the snapshot sheet to tell me the changes from the previous change
What I can't figure out is an automatic way to NOT copy the end dates affected by the predecessors. on the affected rows Modified by, modified date, ect also change to the same value on all rows affected.
using baseline functionality or another manual flag / helper column is not an option unfortunately.