+ Reply to Thread
Results 1 to 4 of 4

End of month date calculation

  1. #1
    Forum Contributor
    Join Date
    03-02-2010
    Location
    Northumberland, England
    MS-Off Ver
    Excel 2016
    Posts
    143

    End of month date calculation

    Hi, is there a formula that will generate and end of month date?

    For example: today's date is the 23/11/2011 if this was entered into cell A1 I'd like a formula to return in B1 the last day of that particular month in date format. This would be for this example 30/11/2011.

    Thanks in anticipation.

    BMC
    Last edited by singerbatfink; 11-23-2011 at 07:01 AM.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: End of month date calculation

    You need this formula - copy down as required -
    Please Login or Register  to view this content.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: End of month date calculation

    =EOMONTH(A1,0)

    0 is the number of months, so if you wanted the end of the following month, you would use 1, and so on.

  4. #4
    Forum Contributor
    Join Date
    03-02-2010
    Location
    Northumberland, England
    MS-Off Ver
    Excel 2016
    Posts
    143

    Re: End of month date calculation

    Cheers Guys, worked a treat..

    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.6.0 RC 1