Forum Discussion
smckenzie09
Nov 02, 2020Copper Contributor
Excel functions
I am trying to set an excel document function. In "C" the person date of hire is listed. Is there a function that will automatically assign the 90 day eval date in the next ("D") section?
Riny_van_Eekelen
Nov 03, 2020Platinum Contributor
smckenzie09 Assuming the date of hire is in C2, the formula in D2 could be =C2+90 to give you the evaluation date.