+ Reply to Thread
Results 1 to 6 of 6

calculating number of months from today

  1. #1
    JNW
    Guest

    calculating number of months from today

    I work in a reservations department that has certain booking windows. I have
    easily created the functions for counting days from today (i.e. =today() +
    15) but I can't seem to find the means to count 10 and 13 months from today.

    If today is 9/14/2005, then 10 months from now is 7/14/2006, and 13 months
    is 10/14/2006.

    Your helps is appreciated.

  2. #2
    Gary''s Student
    Guest

    RE: calculating number of months from today

    if a date is in A1 then

    =DATE(YEAR(A1),MONTH(A1)+13,DAY(A1))

    will go forward 13 months
    --
    Gary''s Student


    "JNW" wrote:

    > I work in a reservations department that has certain booking windows. I have
    > easily created the functions for counting days from today (i.e. =today() +
    > 15) but I can't seem to find the means to count 10 and 13 months from today.
    >
    > If today is 9/14/2005, then 10 months from now is 7/14/2006, and 13 months
    > is 10/14/2006.
    >
    > Your helps is appreciated.


  3. #3
    David Billigmeier
    Guest

    RE: calculating number of months from today

    Assume your date is in A1 and you want to calculate 10 months from it:

    =DATE(YEAR(A1),MONTH(A1)+10,DAY(A1))

    --
    Regards,
    Dave
    <!--


    "JNW" wrote:

    > I work in a reservations department that has certain booking windows. I have
    > easily created the functions for counting days from today (i.e. =today() +
    > 15) but I can't seem to find the means to count 10 and 13 months from today.
    >
    > If today is 9/14/2005, then 10 months from now is 7/14/2006, and 13 months
    > is 10/14/2006.
    >
    > Your helps is appreciated.


  4. #4
    JNW
    Guest

    RE: calculating number of months from today

    Worked perfectly. Thanks to both of you.

    "JNW" wrote:

    > I work in a reservations department that has certain booking windows. I have
    > easily created the functions for counting days from today (i.e. =today() +
    > 15) but I can't seem to find the means to count 10 and 13 months from today.
    >
    > If today is 9/14/2005, then 10 months from now is 7/14/2006, and 13 months
    > is 10/14/2006.
    >
    > Your helps is appreciated.


  5. #5
    Don Guillett
    Guest

    Re: calculating number of months from today


    try
    =DATE(YEAR(D4),MONTH(D4)+10,DAY(D4))
    =DATE(YEAR(TODAY()),MONTH(TODAY())+13,DAY(TODAY()))
    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "JNW" <JNW@discussions.microsoft.com> wrote in message
    news:E986BCC5-0507-4C63-81A4-4D83739E0AE2@microsoft.com...
    > I work in a reservations department that has certain booking windows. I

    have
    > easily created the functions for counting days from today (i.e. =today()

    +
    > 15) but I can't seem to find the means to count 10 and 13 months from

    today.
    >
    > If today is 9/14/2005, then 10 months from now is 7/14/2006, and 13 months
    > is 10/14/2006.
    >
    > Your helps is appreciated.




  6. #6
    Brian
    Guest

    RE: calculating number of months from today

    Try the EDATE function =EDATE(TODAY(),13)

    "JNW" wrote:

    > I work in a reservations department that has certain booking windows. I have
    > easily created the functions for counting days from today (i.e. =today() +
    > 15) but I can't seem to find the means to count 10 and 13 months from today.
    >
    > If today is 9/14/2005, then 10 months from now is 7/14/2006, and 13 months
    > is 10/14/2006.
    >
    > Your helps is appreciated.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1