Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I'm entering training dates in Excel. The recertification date is one year
from the original date. I want the recert. due date to enter itself when I input original date. Original dates are one row, recerts are another. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=A1+365
If your dates were starting in A1 try this formula in B1 "wyrmslair" wrote: I'm entering training dates in Excel. The recertification date is one year from the original date. I want the recert. due date to enter itself when I input original date. Original dates are one row, recerts are another. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=A1+365 assuming the original date is in cell A1
assuming you're not too worried about Leap Years, etc Regards Trevor "wyrmslair" wrote in message ... I'm entering training dates in Excel. The recertification date is one year from the original date. I want the recert. due date to enter itself when I input original date. Original dates are one row, recerts are another. |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
If you are concerned about leap years then try:
=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1)) -- HTH Sandy In Perth, the ancient capital of Scotland with @tiscali.co.uk "wyrmslair" wrote in message ... I'm entering training dates in Excel. The recertification date is one year from the original date. I want the recert. due date to enter itself when I input original date. Original dates are one row, recerts are another. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if data in one cell, then date in adjacent cell | Excel Worksheet Functions | |||
extract year from the date in a cell | Excel Worksheet Functions | |||
Input cell reference is not valid (One Variable Data Table) | Excel Worksheet Functions | |||
Input Cell in One variable data table | Excel Worksheet Functions | |||
Using formulas to determine date in one cell based on date in anot | Excel Worksheet Functions |