#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Dates

Hi, I would like to be able to produce a date which is automatically 3 months
ahead of a date in another cell. How do I do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Dates

With some date in A1, use:

=DATE(YEAR(A1),MONTH(A1)+3,DAY(A1))

--
Gary''s Student - gsnu200838


"DaveKid" wrote:

Hi, I would like to be able to produce a date which is automatically 3 months
ahead of a date in another cell. How do I do this?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default Dates

Thanks

Thats great!

"Gary''s Student" wrote:

With some date in A1, use:

=DATE(YEAR(A1),MONTH(A1)+3,DAY(A1))

--
Gary''s Student - gsnu200838


"DaveKid" wrote:

Hi, I would like to be able to produce a date which is automatically 3 months
ahead of a date in another cell. How do I do this?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Dates

=DATE(YEAR(A1),MONTH(A1)+3,DAY(A1))
You will, of course, need to ask yourself the usual questions, such as what
date do you regard as being 3 months after November 30th.
--
David Biddulph

"DaveKid" wrote in message
...
Hi, I would like to be able to produce a date which is automatically 3
months
ahead of a date in another cell. How do I do this?



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
compare 2 tables of dates to find the preceding dates Babi Excel Worksheet Functions 3 October 28th 08 05:52 AM
how do I sort a column of random dates into Consecutive dates Rob Gibson Excel Worksheet Functions 2 June 12th 07 05:10 AM
Identifying unique dates in a range of cells containing dates... cdavidson Excel Discussion (Misc queries) 4 October 13th 06 03:30 PM
need to convert list of dates to count no. of dates by week neowok Excel Worksheet Functions 13 January 30th 06 03:54 PM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 06:18 PM


All times are GMT +1. The time now is 11:09 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"