+ Reply to Thread
Results 1 to 2 of 2

How to set date as 01st of next month of a given date in (dd-mm-yyyy

  1. #1
    Registered User
    Join Date
    12-15-2007
    Posts
    1

    How to set date as 01st of next month of a given date in (dd-mm-yyyy

    Hello Everybody!

    This is Krishna. I need your help regarding a prob lem.
    I have one column where i want to put "DD Date" or Cheque date and in the immediate next column cell i want to claculate "Cover Date" which must be 1st of next month of DD date.

    For example: if DD date is 14/01/2007 then cover date must be 01/02/2007 or if DD date is 18/01/2007 cover date must be 01/02/2007.
    If dd date is 14/12/2007 then cover date must be 01/01/2008.

    Thus pattern is cover date must be 01st of next month of dd date.

    Could u pls help me out. I will be thankful to you a lot.

    Regards,

    Krishna

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,681
    If DD date is in A1 you could use either of these formulas to generate the first of the following month

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

    =EOMONTH(A1,0)+1

    EOMONTH is an Analysis ToolPak add-in function (unless you have Excel 2007)

+ 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