+ Reply to Thread
Results 1 to 3 of 3

Round up month

  1. #1
    Registered User
    Join Date
    11-30-2005
    Posts
    1

    Post Round up month

    How do I calculate the "the 1st day of the month following 60 (or any number of days) days"

  2. #2
    bpeltzer
    Guest

    RE: Round up month

    If you ALWAYS need to go to the first of the following month,
    =date(year(today()+60),month(today()+60)+1,1). If that 60-day wait winds up
    on the 1st and you then DON'T need to wait for the first of the following
    month, make it conditional:
    =if(day(today()+60)=1,today()+60,date(year(today()+60),month(today()+60)+1,1)).

    "Edfermo" wrote:

    >
    > How do I calculate the "the 1st day of the month following 60 (or any
    > number of days) days"
    >
    >
    > --
    > Edfermo
    > ------------------------------------------------------------------------
    > Edfermo's Profile: http://www.excelforum.com/member.php...o&userid=29231
    > View this thread: http://www.excelforum.com/showthread...hreadid=489547
    >
    >


  3. #3
    Ron Rosenfeld
    Guest

    Re: Round up month

    On Wed, 30 Nov 2005 13:30:15 -0600, Edfermo
    <Edfermo.1zbrga_1133379301.2499@excelforum-nospam.com> wrote:

    >
    >How do I calculate the "the 1st day of the month following 60 (or any
    >number of days) days"



    If I understand you correctly, you wish to add 60 to some date, and then find
    the first of the month of that new date.

    =A1+61-DAY(A1+60)


    --ron

+ 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