Productivity Software
Productivity
Notion | Calculate days remaining
Formula:
Try this formula instead! (It will add: # days remaining & # of days overdue):
if( empty(prop("Due Date")), "", format(abs(ceil(dateBetween(prop("Due Date"), now(), "hours") / 24))) + if( dateBetween(prop("Due Date"), now(), "hours") >= 0, " days remaining", " days overdue" ) )