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 add 10 days to a date

I need to add 10 days to a date. for example 4/4/2007 plus 10 equals 4/14/2007
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default add 10 days to a date

with your date in A1 you might try

=A1+10

Mike

"starman1" wrote:

I need to add 10 days to a date. for example 4/4/2007 plus 10 equals 4/14/2007

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default add 10 days to a date

Actually, you just described the way to do it!

A1: 4/4/2007

This formula adds 10 days to that date:
B1: =A1+10
(Set the date format you need)

Is that something you can work with?
Post back if you have more questions.
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)

"starman1" wrote in message ...
I need to add 10 days to a date. for example 4/4/2007 plus 10 equals 4/14/2007



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default add 10 days to a date

One way:

A1: 4/4/2007
A2: =A1+10

format A2 as a date

In article ,
starman1 wrote:

I need to add 10 days to a date. for example 4/4/2007 plus 10 equals
4/14/2007

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default add 10 days to a date

If say A1 is formatted as date and contains 4/4/2007 then =A1+10

Regards,
Stefi


€˛starman1€¯ ezt Ć*rta:

I need to add 10 days to a date. for example 4/4/2007 plus 10 equals 4/14/2007



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default add 10 days to a date

=DATE(YEAR(A1)+1,MONTH(A1)+0,DAY(A1)+0) < -- Adds one year to the date in
cell A1
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1)+0) < -- Adds one month to the date in
cell A1
=DATE(YEAR(A1),MONTH(A1)+0,DAY(A1)+1) < -- Adds one day to the date in cell
A1


Hope it helps,
Ryan--
--
RyGuy


"JE McGimpsey" wrote:

One way:

A1: 4/4/2007
A2: =A1+10

format A2 as a date

In article ,
starman1 wrote:

I need to add 10 days to a date. for example 4/4/2007 plus 10 equals
4/14/2007


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
Conditional Formatting Dates calculating 10 days and 30 days from a certain date Sioux[_2_] Excel Worksheet Functions 2 October 11th 07 02:04 PM
report date - date rec.ved=days late, but how to rid dates complet MS Questionnairess Excel Worksheet Functions 3 January 25th 07 06:17 PM
Report Date - Date Recv = Days Late, but how to rid completed date MS Questionnairess Excel Worksheet Functions 1 January 24th 07 11:05 PM
Excel Formula to calulate number of days passed from date to date K. Mack Excel Discussion (Misc queries) 8 January 4th 07 11:27 PM
Calculating days between current date and a date in future NETWORKDAYS() function Faheem Khan Excel Worksheet Functions 2 February 10th 05 07:18 PM


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