Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How do I subtract/add a known number of days/months from a date?

I'm using excel 2003 in a large procurement project.
I know the dates when the various equipment needs to be delivered to the
sight. I also know the various delivery-, shipping- and process times given
as a number of days or months.
The project involves 100's of items and I need to be able to revise either
date or delivery times etc. and this change should then be reflected in a
changed project start date.
So how do I subtract/add a known number of days/months from a date?
All help is sincerely appreciated!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How do I subtract/add a known number of days/months from a date?

If you want to subtract days then you can just subtract this from a
date. For example, put a date in A1, put the number 10 in B1 and this
in C1:

=A1-B1

Format C1 as a date, and you will see that it is 10 days earlier than
your date in A1.

If you want to subtract months, then the easiest way is to multiply
the number of months by 30 and then subtract this.

Hope this helps.

Pete

On Aug 1, 7:42 pm, Alf Andersen <Alf
wrote:
I'm using excel 2003 in a large procurement project.
I know the dates when the various equipment needs to be delivered to the
sight. I also know the various delivery-, shipping- and process times given
as a number of days or months.
The project involves 100's of items and I need to be able to revise either
date or delivery times etc. and this change should then be reflected in a
changed project start date.
So how do I subtract/add a known number of days/months from a date?
All help is sincerely appreciated!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default How do I subtract/add a known number of days/months from a date?

A1 = some date

To subtract 10 days:

=A1-number_of_days

=A1-10

To subtract 3 months:

=DATE(YEAR(A1),MONTH(A1)-number_of_months,DAY(A1))

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

Addition works the same way.

--
Biff
Microsoft Excel MVP


"Alf Andersen" <Alf wrote in message
...
I'm using excel 2003 in a large procurement project.
I know the dates when the various equipment needs to be delivered to the
sight. I also know the various delivery-, shipping- and process times
given
as a number of days or months.
The project involves 100's of items and I need to be able to revise either
date or delivery times etc. and this change should then be reflected in a
changed project start date.
So how do I subtract/add a known number of days/months from a date?
All help is sincerely appreciated!



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
Number of Months and Days between 2 dates? Jean Excel Worksheet Functions 3 March 30th 07 04:49 PM
How to subtract 2 dates to get number of days.....please Nick Excel Worksheet Functions 3 November 10th 06 01:03 PM
Subtract # of days from date, but if not sat, goto previous sat? Fernando Excel Discussion (Misc queries) 3 May 1st 06 08:57 PM
how do I convert a number to number of years, months and days because Excel Worksheet Functions 2 October 12th 05 06:15 PM
Subtract number of Working Days Casey Excel Worksheet Functions 2 August 19th 05 05:37 PM


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