I am looking for a formula for an years of service accrual. I have a formula to add the years of service, but I would like to add the fact of a termination date to stop accrual. Here is the current formula.
=IF(D5=0,"",(TODAY()-D5)/366)
I would like to add something along the line of
**If a...