Skip to main content

SOS!!! I just need to know when to do a mid-evaluation for an employee…so I need this formula to tell me when they are three months in. Thank you 😓

That would be either:


DATEADD({Start Date}, 90, "days")

or


DATEADD({Start Date}, 3, "months")

Consult the Formula Field reference for other basic formulas:


Reply