![]() |
Contract/Notice Dates
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? -- Thanks, MLC |
Contract/Notice Dates
One way:
A1: <end date A2: =DATE(YEAR(A1),MONTH(A1)-24,DAY(A1)) In article , MLC wrote: 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? |
Contract/Notice Dates
With your contract end date in A1 and the notice period (24) in a2 try
=DATE(YEAR(A1), MONTH(A1)-A2, DAY(A1)) Mike "MLC" wrote: 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? -- Thanks, MLC |
All times are GMT +1. The time now is 02:14 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com