+ Reply to Thread
Results 1 to 5 of 5

formulas based on a date

  1. #1
    atmbonda
    Guest

    formulas based on a date

    Hello,

    In cell A1, I have a date, say, May 10, 2003
    In cell B1, I want to input a formula so that it returns the first of the
    following month, in this case June 1, 2003

    If it were Dec 1, 2002 in cell A1, I want the formula to return Jan 1, 2003
    in cell B1

    Please help me out - Thanks

    Al M.

  2. #2
    Don Guillett
    Guest

    Re: formulas based on a date

    with analysis toolpak addin installed
    =EOMONTH(E1,0)+1

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "atmbonda" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    >
    > In cell A1, I have a date, say, May 10, 2003
    > In cell B1, I want to input a formula so that it returns the first of the
    > following month, in this case June 1, 2003
    >
    > If it were Dec 1, 2002 in cell A1, I want the formula to return Jan 1,

    2003
    > in cell B1
    >
    > Please help me out - Thanks
    >
    > Al M.




  3. #3
    Ron de Bruin
    Guest

    Re: formulas based on a date

    Try this

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

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "atmbonda" <[email protected]> wrote in message news:[email protected]...
    > Hello,
    >
    > In cell A1, I have a date, say, May 10, 2003
    > In cell B1, I want to input a formula so that it returns the first of the
    > following month, in this case June 1, 2003
    >
    > If it were Dec 1, 2002 in cell A1, I want the formula to return Jan 1, 2003
    > in cell B1
    >
    > Please help me out - Thanks
    >
    > Al M.




  4. #4
    atmbonda
    Guest

    Re: formulas based on a date

    Thanks, I tried and it worked. Thanks again.

    Al Mb.

    "Don Guillett" wrote:

    > with analysis toolpak addin installed
    > =EOMONTH(E1,0)+1
    >
    > --
    > Don Guillett
    > SalesAid Software
    > [email protected]
    > "atmbonda" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello,
    > >
    > > In cell A1, I have a date, say, May 10, 2003
    > > In cell B1, I want to input a formula so that it returns the first of the
    > > following month, in this case June 1, 2003
    > >
    > > If it were Dec 1, 2002 in cell A1, I want the formula to return Jan 1,

    > 2003
    > > in cell B1
    > >
    > > Please help me out - Thanks
    > >
    > > Al M.

    >
    >
    >


  5. #5
    atmbonda
    Guest

    Re: formulas based on a date

    Thanks, I tried and it worked. Thanks again.

    Al Mb.

    "Ron de Bruin" wrote:

    > Try this
    >
    > =DATE(YEAR(A1),MONTH(A1)+1,1)
    >
    > --
    > Regards Ron de Bruin
    > http://www.rondebruin.nl
    >
    >
    > "atmbonda" <[email protected]> wrote in message news:[email protected]...
    > > Hello,
    > >
    > > In cell A1, I have a date, say, May 10, 2003
    > > In cell B1, I want to input a formula so that it returns the first of the
    > > following month, in this case June 1, 2003
    > >
    > > If it were Dec 1, 2002 in cell A1, I want the formula to return Jan 1, 2003
    > > in cell B1
    > >
    > > Please help me out - Thanks
    > >
    > > Al M.

    >
    >
    >


+ 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