+ Reply to Thread
Results 1 to 6 of 6

Thread: First date of next month?

  1. #1
    Randy
    Guest

    First date of next month?

    I have a cell where I put a date A1. I need a formula where it will
    produce the first date of the next month.


    Thanks for any help.


  2. #2
    VoG via OfficeKB.com
    Guest

    Re: First date of next month?

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


    --
    Message posted via OfficeKB.com
    http://www.officekb.com/Uwe/Forums.a...l-new/200507/1

  3. #3
    Anne Troy
    Guest

    Re: First date of next month?

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

    *******************
    ~Anne Troy

    www.OfficeArticles.com
    www.MyExpertsOnline.com


    "Randy" <ranmcc@msn.com> wrote in message
    news:1120838674.526979.259580@o13g2000cwo.googlegroups.com...
    > I have a cell where I put a date A1. I need a formula where it will
    > produce the first date of the next month.
    >
    >
    > Thanks for any help.
    >




  4. #4
    Ron Coderre
    Guest

    RE: First date of next month?

    Try this:
    =EOMONTH(A1,0)+1

    Note: If this function is not available, and returns the #NAME? error,
    install and load the Analysis ToolPak add-in

    Does that help?

    --
    Regards,
    Ron


    "Randy" wrote:

    > I have a cell where I put a date A1. I need a formula where it will
    > produce the first date of the next month.
    >
    >
    > Thanks for any help.
    >
    >


  5. #5
    Randy
    Guest

    Re: First date of next month?

    Worked great thanks...........


  6. #6
    Ron Coderre
    Guest

    Re: First date of next month?

    Thanks for the feedback, Randy
    I'm glad "=EOMONTH(A1,0)+1" worked for you.

    --
    Regards,
    Ron


    "Randy" wrote:

    > Worked great thanks...........
    >
    >


+ 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.2.0