+ Reply to Thread
Results 1 to 3 of 3

Re: First day of week-Monday.

  1. #1
    Jimmy Joseph
    Guest

    Re: First day of week-Monday.

    Hello Peo Sjoblom

    Thank you very much!

    Similary how can i return below dates based on today()

    1. First day of the month
    2. Last day of the month

    Regards,

    Jimmy Joseph


    Subject: Re: First day of week-Monday.
    From: "Peo Sjoblom" <peo.sjoblom@nw^^excelsolutions.com>
    Newsgroups: microsoft.public.excel

    Why use such a thing?

    =TODAY()-WEEKDAY(TODAY()-2)

    will return the same dates

    --

    Regards,

    Peo Sjoblom

    Excel 95 - Excel 2007
    Northwest Excel Solutions
    www.nwexcelsolutions.com
    "It is a good thing to follow the first law of holes;
    if you are in one stop digging." Lord Healey

  2. #2
    Bob Phillips
    Guest

    Re: First day of week-Monday.

    =TODAY()-DAY(TODAY())+1

    and

    =DATE(YEAR(TODAY()),MONTH(TODAY())+1,0)

    --
    HTH

    Bob Phillips

    (remove xxx from email address if mailing direct)

    "Jimmy Joseph" <[email protected]> wrote in message
    news:[email protected]...
    > Hello Peo Sjoblom
    >
    > Thank you very much!
    >
    > Similary how can i return below dates based on today()
    >
    > 1. First day of the month
    > 2. Last day of the month
    >
    > Regards,
    >
    > Jimmy Joseph
    >
    >
    > Subject: Re: First day of week-Monday.
    > From: "Peo Sjoblom" <peo.sjoblom@nw^^excelsolutions.com>
    > Newsgroups: microsoft.public.excel
    >
    > Why use such a thing?
    >
    > =TODAY()-WEEKDAY(TODAY()-2)
    >
    > will return the same dates
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > Excel 95 - Excel 2007
    > Northwest Excel Solutions
    > www.nwexcelsolutions.com
    > "It is a good thing to follow the first law of holes;
    > if you are in one stop digging." Lord Healey




  3. #3
    Ardus Petus
    Guest

    Re: First day of week-Monday.

    First =DATE(YEAR(TODAY),MONTH(TODAY(),1)
    Last = DATE(YEAR(TODAY),MONTH(TODAY()+1,0)

    HTH
    --
    AP

    "Jimmy Joseph" <[email protected]> a écrit dans le message de news:
    Xns97C995D3FF0B8jimmyjosephinboschco...c.cc.bosch.com...
    > Hello Peo Sjoblom
    >
    > Thank you very much!
    >
    > Similary how can i return below dates based on today()
    >
    > 1. First day of the month
    > 2. Last day of the month
    >
    > Regards,
    >
    > Jimmy Joseph
    >
    >
    > Subject: Re: First day of week-Monday.
    > From: "Peo Sjoblom" <peo.sjoblom@nw^^excelsolutions.com>
    > Newsgroups: microsoft.public.excel
    >
    > Why use such a thing?
    >
    > =TODAY()-WEEKDAY(TODAY()-2)
    >
    > will return the same dates
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > Excel 95 - Excel 2007
    > Northwest Excel Solutions
    > www.nwexcelsolutions.com
    > "It is a good thing to follow the first law of holes;
    > if you are in one stop digging." Lord Healey




+ 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