Hi @sgharibian
Welcome back to the community
I think what you need will be the formula below
This calculates the number of days difference from the date compared to today
If greater return this else return this
It also returns blank if the date is empty
If you need to return yes or no the other way round, just swap the yes and no
@DanIngham-IOI Dan, your formula works great but I would have logically started with something simpler such as IF({probation Ends}<TODAY(),“Yes”,“No”). However, this simpler formula doesn’t work. Any insight as to why?
Hi @MatthewB
Thats why I opted for the more complex formula
It’s the Less than today part its not liking in the simple formula option
It might be that in would need converting to date value of today, rather than calculation Today
Cheers Dan