Help

Re: Need a formula that generates the 90th day worked from the start date

253 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Christine
4 - Data Explorer
4 - Data Explorer

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 :sweat:

1 Reply 1

That would be either:

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

or

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

Consult the Formula Field reference for other basic formulas: