![]() |
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
|
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 |
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 |
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 |
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 |
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 |
All times are GMT +1. The time now is 09:58 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com