Hi all! My team uses a template that includes both a Date column (for Deadline) and a Timeline column. These columns can sometimes get out of sync—say, a timeline shifts out a few days, but the deadline is not updated to match—making it tricky to understand when tasks are behind or not.
I’d like to add a formula that pulls the end date from the Timeline column and counts the number of days between that date and the Deadline. That way I can filter for any values not equal to 0 to focus on validation/cleanup.
The formula I’ve got: DAYS({Deadline}, {Timeline#end})
But that’s not quite right, and it seems to return the number of days between Timeline START and Deadline. For example, for an item with Deadline = 2/27 and Timeline = 2/24 - 2/27, it’s returning 3. Any ideas?
