I have a date formula to work out the number of days between 2 dates, if either or both of the dates are blank, it returns NaN, how can I amend the formula to only perform the calculation if both fields are populated?
(Long overdue a lay-in and my brain is not functioning by itself, need help… :slightly_smiling_face: )
DATETIME_DIFF({Finished},{Started},“days”)

