E
Eric
Does anyone have any suggestions on how to change the year digit?
In cell A1, there is a given date, and
In cell B1, there is a number of month, which will add into the date in cell
A1.
In cell C1, it should return the result.
For example,
In cell A1, 1-Jul-2098. and in cell A2, 5-Apr-2009 for today
In cell B1, 21
In cell C1, it return 1-Apr-2100 by Date(year(A1),month(A1)+B1,day(A1))
I would like to keep all date into the same century as today, if today in
cell A2 is 21 century, then 2100 year should become 2000 year.
For example,
In cell A1, 1-Jul-2098. and in cell A2, 5-Apr-2209 for today
In cell B1, 21
In cell C1, it return 1-Apr-2200
I would like to keep all date into the same century as today, if today in
cell A2 is 22 century, then 2100 year should become 2200 year.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric
In cell A1, there is a given date, and
In cell B1, there is a number of month, which will add into the date in cell
A1.
In cell C1, it should return the result.
For example,
In cell A1, 1-Jul-2098. and in cell A2, 5-Apr-2009 for today
In cell B1, 21
In cell C1, it return 1-Apr-2100 by Date(year(A1),month(A1)+B1,day(A1))
I would like to keep all date into the same century as today, if today in
cell A2 is 21 century, then 2100 year should become 2000 year.
For example,
In cell A1, 1-Jul-2098. and in cell A2, 5-Apr-2209 for today
In cell B1, 21
In cell C1, it return 1-Apr-2200
I would like to keep all date into the same century as today, if today in
cell A2 is 22 century, then 2100 year should become 2200 year.
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric