Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to add 10 days to a date. for example 4/4/2007 plus 10 equals 4/14/2007
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting Dates calculating 10 days and 30 days from a certain date | Excel Worksheet Functions | |||
report date - date rec.ved=days late, but how to rid dates complet | Excel Worksheet Functions | |||
Report Date - Date Recv = Days Late, but how to rid completed date | Excel Worksheet Functions | |||
Excel Formula to calulate number of days passed from date to date | Excel Discussion (Misc queries) | |||
Calculating days between current date and a date in future NETWORKDAYS() function | Excel Worksheet Functions |