Hi team,
I’m hoping for some help. I am trying to work out the number of weeks between 2 dates. It keeps returning the results Nan and I have no idea what I am doing wrong. Here is the formula I am using.
I want to know how many weeks between “Cancel Date” and “Sale Date”. If anyone could give some input or advise it would be massively appreciated. Thanks
DATETIME_DIFF(
{Cancel Date},
{Sale Date (from Sales)},
‘weeks’
)