Closed Thread
Results 1 to 3 of 3

How do I set a date function for previous monthend?

  1. #1
    JDP289
    Guest

    How do I set a date function for previous monthend?

    I know you can create a =NOW() function to give a date stamp to a file. Is it
    also possible to have excel return the previous monthend date?

  2. #2
    David Hepner
    Guest

    RE: How do I set a date function for previous monthend?

    Try:

    =EOMONTH(TODAY(),-1)

    This function is part of the Analysis ToolPak add-in. If you do not click
    Tools, and then click Add-ins to install and enable the Analysis ToolPak
    add-in, the formula will return a #VALUE error. You will also receive a
    #VALUE error if either of the function arguments is nonnumeric.

    "JDP289" wrote:

    > I know you can create a =NOW() function to give a date stamp to a file. Is it
    > also possible to have excel return the previous monthend date?


  3. #3
    Ron Rosenfeld
    Guest

    Re: How do I set a date function for previous monthend?

    On Thu, 8 Sep 2005 10:12:04 -0700, JDP289 <JDP289@discussions.microsoft.com>
    wrote:

    >I know you can create a =NOW() function to give a date stamp to a file. Is it
    >also possible to have excel return the previous monthend date?


    =TODAY()-DAY(TODAY())




    --ron

Closed 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