Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
MLC MLC is offline
external usenet poster
 
Posts: 2
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating earliest start and latest end dates by contract Data Analyst Excel Worksheet Functions 4 June 4th 07 11:23 PM
Deadline Notice roy.okinawa Excel Worksheet Functions 2 June 27th 06 11:37 PM
remove virus notice [email protected] Excel Discussion (Misc queries) 2 September 12th 05 06:36 PM
MAKING A CONTRACT FROM DATA FROM A WORKSHEET MCNAB Excel Worksheet Functions 5 July 28th 05 03:13 PM
MAKING A CONTRACT FROM DATA FROM A DIFFERENT FILE MCNAB Excel Worksheet Functions 0 July 28th 05 03:11 PM


All times are GMT +1. The time now is 05:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"