Leap Year
I have a formula that calculates an employee's anniversary
date. It looks like this:
=IF(TODAY()=M34,364,0)
Another formula takes the result of this cell and adds it
to the employee's current anniversary date.
However, I have not taken into account for a leap year???
|