HOW DO I CHANGE DATES AUTOMATICALLY IN EXCEL
Closed
Vickie
-
May 19, 2010 at 07:41 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 19, 2010 at 08:17 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - May 19, 2010 at 08:17 AM
Hello,
Any clever person out there.
I am a frustrated administrator.
I need to forward plan with dates. Basically I enter a Date of Birth in one column (Column C) format DD/MM/YYYY I need to automatically update into another column (Column F) a date which is this date of birth plus 14 days, and in another column (Column H) this date of birth plus 6 weeks? Is there a formula which will automatically calculate these dates every time I enter date of birth?
Any clever person out there.
I am a frustrated administrator.
I need to forward plan with dates. Basically I enter a Date of Birth in one column (Column C) format DD/MM/YYYY I need to automatically update into another column (Column F) a date which is this date of birth plus 14 days, and in another column (Column H) this date of birth plus 6 weeks? Is there a formula which will automatically calculate these dates every time I enter date of birth?
Related:
- HOW DO I CHANGE DATES AUTOMATICALLY IN EXCEL
- How to change date format in excel - Guide
- How to change author in excel - Guide
- How do i convert numbers to words in excel automatically? - Guide
- How to change language in kmplayer - Guide
- Transfer data from one excel worksheet to another automatically - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
May 19, 2010 at 08:17 AM
May 19, 2010 at 08:17 AM
Why would any clever person be wasting his time over here ?
having said that, you can use formula
Lets say you enter that data in cell C1
then in f1 you can have
=IF(C1<>"", C1+14, "")
and in H1
=IF(C1<>"", C1+(6 *7), "")
having said that, you can use formula
Lets say you enter that data in cell C1
then in f1 you can have
=IF(C1<>"", C1+14, "")
and in H1
=IF(C1<>"", C1+(6 *7), "")