Feb 28, 2024 09:13 AM
Hello,
we would like to find a formula to count down 24 hours and end at 0 or if possible marked "canceled".
if anyone can help us i will be really grateful
thanks in advance
Feb 28, 2024 06:09 PM
Try this:
IF( ABS( DATETIME_DIFF( NOW(), {Target Date}, 'hours' ) ) != 24, ABS( DATETIME_DIFF( NOW(), {Target Date}, 'hours' ) ), "Cancelled" )