Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
compare 2 tables of dates to find the preceding dates | Excel Worksheet Functions | |||
how do I sort a column of random dates into Consecutive dates | Excel Worksheet Functions | |||
Identifying unique dates in a range of cells containing dates... | Excel Discussion (Misc queries) | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) |