+ Reply to Thread
Results 1 to 2 of 2

Calculate dates

  1. #1
    Carla
    Guest

    Calculate dates

    I would like my spreadsheet to tell me what the dates are for the Thursdays
    in a specified month. i.e - I will input May 2006, I would like it to then
    show me each Thursday, each in their own cell. 1st Thurs=05/04/06, 2nd
    Thurs=05/11/06, etc.

    Thank you,
    Carla

  2. #2
    Peo Sjoblom
    Guest

    Re: Calculate dates

    Put May 2006 in A1, then put this formula in A2 and copy down


    =DATE(YEAR($A$1),MONTH($A$1),1+7*ROWS($A$1:A1))-WEEKDAY(DATE(YEAR($A$1),MONTH($A$1),8-5))

    this assumes that when you put May 2006 in A1 it will show as 5/1/2006 or
    whatever region setting your date formats use


    --

    Regards,

    Peo Sjoblom

    http://nwexcelsolutions.com


    "Carla" <[email protected]> wrote in message
    news:[email protected]...
    >I would like my spreadsheet to tell me what the dates are for the Thursdays
    > in a specified month. i.e - I will input May 2006, I would like it to
    > then
    > show me each Thursday, each in their own cell. 1st Thurs=05/04/06, 2nd
    > Thurs=05/11/06, etc.
    >
    > Thank you,
    > Carla




+ 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