#1   Report Post  
Posted to microsoft.public.excel.misc
VAP VAP is offline
external usenet poster
 
Posts: 3
Default Formula

I am enter a date in a cell and in another cell i would like to input a
formula that will add or substract 6 months or more from the orginal date
cell?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Formula

One way:

A1: <date
A2: =DATE(YEAR(A1),MONTH(A1)-6,DAY(A1))

Note that months are squirrely concepts...

In article ,
VAP wrote:

I am enter a date in a cell and in another cell i would like to input a
formula that will add or substract 6 months or more from the orginal date
cell?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Formula

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

--
Gary''s Student - gsnu200738


"VAP" wrote:

I am enter a date in a cell and in another cell i would like to input a
formula that will add or substract 6 months or more from the orginal date
cell?


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



All times are GMT +1. The time now is 02:58 AM.

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"