Hi!
Can anyone please take a look at this formula?
IF(IS_AFTER({ProjectEnd},TODAY()), «No», «Yes»)
If «ProjectEnd» is today or after it writes «Yes», if it is earlier than today it writes no. All good so far.
Question is: How do I get it to work for tomorrow? How do I do a today + 1 day?
Thanks!