Hi @Justin_Barrett,
Thanks for the response!
Yes, Days is another field:
(WORKDAY_DIFF(NOW(),{Due Date})-1)
Adding a -1 fixed the ‘due today’ problem, but do you know why the days overdue column value isn’t correct?
Here is the eq again for Time Left...
Hi,
How to I countdown the amount of days I have left to complete a task given a {Due date}?
I tried WORKDAY_DIFF(TODAY(), {Due Date}) & IF(Days < 0, ’ days overdue :boom: ’, ’ days left :hourglass_flowing_sand: ’)
but it lists things due today as ...