+ Reply to Thread
Results 1 to 2 of 2

I need to figure out how to get this =(DAY(TODAY())*2) to stop calcul. at end of mnth

  1. #1
    Registered User
    Join Date
    05-03-2006
    Posts
    3

    Unhappy I need to figure out how to get this =(DAY(TODAY())*2) to stop calcul. at end of mnth

    I figured out how to calculate the total based on the current date
    =(DAY(TODAY())*2), however I want this to stop calculating at the end of the month.

  2. #2
    papou
    Guest

    Re: I need to figure out how to get this =(DAY(TODAY())*2) to stop calcul. at end of mnth

    Hello
    To get the last day of the month use this formula:
    =DATE(YEAR(TODAY());MONTH(TODAY())+1;0)
    You can then use this in your formula to check for the day or the month

    HTH
    Cordially
    Pascal

    "Renz09" <[email protected]> a écrit dans
    le message de news: [email protected]...
    >
    > I figured out how to calculate the total based on the current date
    > =(DAY(TODAY())*2), however I want this to stop calculating at the end
    > of the month.
    >
    >
    > --
    > Renz09
    > ------------------------------------------------------------------------
    > Renz09's Profile:
    > http://www.excelforum.com/member.php...o&userid=34069
    > View this thread: http://www.excelforum.com/showthread...hreadid=538353
    >




+ 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