Hello,
I want to calculate the length between a start and an end date. Seems easy, but the result is wrong for the fields that came from a lookup field.
Below a screenshot from my base and my calculations.
Here an explanation:
- Start Date = automatically set as record is created, formatted as “European”
- End Date = calculation, depending on how my record ended. This calculation is correct, so nothing wrong here. The format is set to “European”
- Date moved to fridge = manually selected from calender
- End date option 2 = lookup field (original field is date that the record was created)
- End date option 3 = lookup field (original field is date that the record was created)
- Total days = wrong calculation:
-
formula: DATETIME_DIFF({End Date}, {Start Date}, 'days')
-
format: number
-
Result is correct for manually selected date in date format
-
Result is wrong or NAN for lookup date
-
Who can help me fix this issue?
Thank you!


