+ Reply to Thread
Results 1 to 7 of 7

Display all Thursday dates in month

  1. #1
    Registered User
    Join Date
    11-25-2014
    Location
    United States
    MS-Off Ver
    2010
    Posts
    25

    Display all Thursday dates in month

    Trying to find a formula were I can enter the month and date of a year in a cell A1=year A2=month and have b1 be the first thursday date, b2 be the second and so on.

    So I would have 5 cells total b1-b5 and if there were only 4 Thursdays b5 would be empty.


    ** Also would be nice if I could find a formula to display every other Thursday also so 1//1/2015, 1/13/2015 and so on...


    Example

    Jan.JPG

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Display all Thursday dates in month

    Well, you can always find the First Thursday of that month then add 7 days for each occurrance

    =CHOOSE(WEEKDAY(G1,14),G1,G1+6,G1+5,G1+4,G1+3,G1+2,G1+1)
    Attached Files Attached Files

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Display all Thursday dates in month

    Since your are using Excel 2010, try this (with your posted scenario)
    This regular formula, copied down, begins the list of consecutive Thursdays, beginning with the first Thursday in the referenced month:
    Please Login or Register  to view this content.
    EDITED TO INCLUDE THIS:
    You could enter the above formula in cell B1 and
    put this formula in B2 and down as far as you need
    Please Login or Register  to view this content.
    Is that something you can work with?
    Last edited by Ron Coderre; 11-25-2014 at 04:14 PM. Reason: Tweaks to shorten the formula a bit
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  4. #4
    Valued Forum Contributor
    Join Date
    11-22-2014
    Location
    Arizona, USA
    MS-Off Ver
    Office 365
    Posts
    973

    Re: Display all Thursday dates in month

    Likely an easier way to go about this but I would put this in B2

    Please Login or Register  to view this content.
    Then B2 and below would just be the cell above +7
    -If you think you are done, Start over - ELeGault

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Display all Thursday dates in month

    Here's another one...

    Data Range
    A
    B
    1
    2015
    1/1/2015
    2
    1
    1/8/2015
    3
    1/15/2015
    4
    1/22/2015
    5
    1/29/2015
    6
    ------
    ------


    This formula entered in B1:

    =WORKDAY.INTL(EOMONTH(DATE(A$1,A$2,1),-1),1,"1110111")

    This formula entered in B2 and copied down to B5:

    =IF(MONTH(B$1+ROWS(B$2:B2)*7)<>MONTH(B$1),"",B1+7)

    Format B1:B5 as Date
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  6. #6
    Registered User
    Join Date
    11-25-2014
    Location
    United States
    MS-Off Ver
    2010
    Posts
    25

    Re: Display all Thursday dates in month

    Perfect thanks!

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Display all Thursday dates in month

    You're welcome. We appreciate the feedback!

    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 09-03-2014, 02:06 PM
  2. Number of Thursday left in a month
    By Gibby13 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-23-2012, 02:54 PM
  3. Display all dates for given month
    By Tha-G in forum Excel General
    Replies: 3
    Last Post: 10-29-2010, 12:01 PM
  4. how do you count the number of thursday from whole month of April 2007
    By LEX@EXCELTIP in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-13-2007, 11:21 AM
  5. [SOLVED] 2nd Thursday of the month
    By Patrick Simonds in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-25-2006, 12:10 AM

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