When calculating the difference between two dates it gives me NAN, since one of the cells is empty.
¿How can i fix it? Help me :blush:
IF(
AND(
{start_isolete},
NOT(DATETIME_DIFF({date_out}, {start_isolete}, ‘days’) < 1)
),
DATETIME_DIFF({date_out}...