Hi there! I am looking to add to my formula (below and attached) that when the date is blank or 0 for the field to say “due today”
CURRENT FORMULA
DATETIME_DIFF({SHIP}, NOW(), ‘days’) & " " & IF(DATETIME_DIFF({SHIP}, NOW(), ‘days’) > 0, “days remaini...