I need to create a formula to increment the date on a column by 25 months
on another column
I need to create a formula to increment the date on a column by 25 months
on another column
SorianoP wrote:
> I need to create a formula to increment the date on a column by 25
> months on another column
Hi SorianoP,
try with this:
=DATE(YEAR(A1),MONTH(A1)+A2,DAY(A1))
where in A1 is your starting date and in A2 the number of months to add to
initial date.
--
Hope I helped you.
Thanks in advance for your feedback.
Ciao
Franz Verga from Italy
Hi Franz,
Thanks for your help...I really appreciate it.
"Franz Verga" wrote:
> SorianoP wrote:
> > I need to create a formula to increment the date on a column by 25
> > months on another column
>
> Hi SorianoP,
>
> try with this:
>
> =DATE(YEAR(A1),MONTH(A1)+A2,DAY(A1))
>
>
> where in A1 is your starting date and in A2 the number of months to add to
> initial date.
>
>
> --
> Hope I helped you.
>
> Thanks in advance for your feedback.
>
> Ciao
>
> Franz Verga from Italy
>
>
>
=DATE(YEAR(A1),MONTH(A1)+25,DAY(A1))
--
Kind regards,
Niek Otten
Microsoft MVP - Excel
"SorianoP" <SorianoP@discussions.microsoft.com> wrote in message news:D7643638-B173-4C88-A4FE-4987F8DA3766@microsoft.com...
|I need to create a formula to increment the date on a column by 25 months
| on another column
|
Thank You very much Niek...
"Niek Otten" wrote:
> =DATE(YEAR(A1),MONTH(A1)+25,DAY(A1))
>
> --
> Kind regards,
>
> Niek Otten
> Microsoft MVP - Excel
>
> "SorianoP" <SorianoP@discussions.microsoft.com> wrote in message news:D7643638-B173-4C88-A4FE-4987F8DA3766@microsoft.com...
> |I need to create a formula to increment the date on a column by 25 months
> | on another column
> |
>
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks