Hello,
Does anybody know if there is there a way to make the below formula work? I'm not sure what I'm missing.
I need a count of children where the difference between the task due date and the created date is 1 or less.This one has stumped me.
=COUNTIF(SUM(CHILDREN([Due Date]8) - CHILDREN(Created8)), <=1)