Contract/Notice Dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to create a formula that will take 'end date' of a contract, subtract
'notice date' of 24 months and the action date would be = new date. can
anyone help?
 
With your contract end date in A1 and the notice period (24) in a2 try

=DATE(YEAR(A1), MONTH(A1)-A2, DAY(A1))

Mike
 
Back
Top