+ Reply to Thread
Results 1 to 3 of 3

Is there a function to show future date

Hybrid View

  1. #1
    taxmom
    Guest

    Is there a function to show future date

    Hi!

    I need some help.

    If I type 2/1/05. Since I set the format it would show February 1, 2005
    this will appear in cell A1.

    However in cell A2 I will need the due date which would be the next month
    March 20, 2005.

    Is there a function that will look at the date in A1 and offset it to the
    next month? and if so could the day (20th, 30th, etc) be adjusted?

    I was trying to use the offset function but, unfortunately, I'm just
    starting to work with index, match, offset, vlookup etc. Grasping the
    concept of nesting is somewhat confusing still.

    thanks for your help.

  2. #2
    Peo Sjoblom
    Guest

    Re: Is there a function to show future date

    =DATE(YEAR(A1),MONTH(A1)+1,20)

    will return 20th of next month
    of course 20 can be replaced with a cell where you put the day

    --

    Regards,

    Peo Sjoblom

    "taxmom" <taxmom@discussions.microsoft.com> wrote in message
    news:B365E4E1-A51E-4A4E-AF19-92EB8994AD71@microsoft.com...
    > Hi!
    >
    > I need some help.
    >
    > If I type 2/1/05. Since I set the format it would show February 1, 2005
    > this will appear in cell A1.
    >
    > However in cell A2 I will need the due date which would be the next month
    > March 20, 2005.
    >
    > Is there a function that will look at the date in A1 and offset it to the
    > next month? and if so could the day (20th, 30th, etc) be adjusted?
    >
    > I was trying to use the offset function but, unfortunately, I'm just
    > starting to work with index, match, offset, vlookup etc. Grasping the
    > concept of nesting is somewhat confusing still.
    >
    > thanks for your help.




  3. #3
    taxmom
    Guest

    Re: Is there a function to show future date

    Fantastic!!!

    Thank you so, so , so, much!



    "Peo Sjoblom" wrote:

    > =DATE(YEAR(A1),MONTH(A1)+1,20)
    >
    > will return 20th of next month
    > of course 20 can be replaced with a cell where you put the day
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "taxmom" <taxmom@discussions.microsoft.com> wrote in message
    > news:B365E4E1-A51E-4A4E-AF19-92EB8994AD71@microsoft.com...
    > > Hi!
    > >
    > > I need some help.
    > >
    > > If I type 2/1/05. Since I set the format it would show February 1, 2005
    > > this will appear in cell A1.
    > >
    > > However in cell A2 I will need the due date which would be the next month
    > > March 20, 2005.
    > >
    > > Is there a function that will look at the date in A1 and offset it to the
    > > next month? and if so could the day (20th, 30th, etc) be adjusted?
    > >
    > > I was trying to use the offset function but, unfortunately, I'm just
    > > starting to work with index, match, offset, vlookup etc. Grasping the
    > > concept of nesting is somewhat confusing still.
    > >
    > > thanks for your help.

    >
    >
    >


+ 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