Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Calendar/Date Calculations

Given a base date such as 10/1/2006, how do you return a date knowing the
number of months previous to the base date? Using this for a project plan
and want to return the value for A-20 where A is the base date and 20 is the
number of months before the base date.
Thanks for your help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default Calendar/Date Calculations

If base date is in A1, 20 months before base date is:

=date(year(a1),month(a1)-20,day(a1))

--
Regards,
Fred


"Rob" wrote in message
...
Given a base date such as 10/1/2006, how do you return a date knowing the
number of months previous to the base date? Using this for a project plan
and want to return the value for A-20 where A is the base date and 20 is the
number of months before the base date.
Thanks for your help.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Calendar/Date Calculations

Try this:

=EDATE(A1,-20)

Required Analysis ToolPak Add-Ins



"Rob" wrote:

Given a base date such as 10/1/2006, how do you return a date knowing the
number of months previous to the base date? Using this for a project plan
and want to return the value for A-20 where A is the base date and 20 is the
number of months before the base date.
Thanks for your help.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rob Rob is offline
external usenet poster
 
Posts: 718
Default Calendar/Date Calculations

Perfect! Just what I was looking for!

"Teethless mama" wrote:

Try this:

=EDATE(A1,-20)

Required Analysis ToolPak Add-Ins



"Rob" wrote:

Given a base date such as 10/1/2006, how do you return a date knowing the
number of months previous to the base date? Using this for a project plan
and want to return the value for A-20 where A is the base date and 20 is the
number of months before the base date.
Thanks for your help.

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
order of calculations in Excel Kickseek Excel Worksheet Functions 3 August 18th 06 02:26 PM
Calculations in French - Clarification lots of questions Excel Discussion (Misc queries) 0 April 20th 06 06:43 PM
complex calculations juliadesi Excel Discussion (Misc queries) 6 March 17th 06 01:14 PM
Calculations crossing multiple sheets Stephen McArthu Excel Discussion (Misc queries) 4 June 6th 05 04:35 PM
time interval calculations in excel Krishna Excel Discussion (Misc queries) 6 April 8th 05 02:57 PM


All times are GMT +1. The time now is 09:02 PM.

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

About Us

"It's about Microsoft Excel"