+ Reply to Thread
Results 1 to 4 of 4

How to get dates of each Friday in a month

  1. #1
    Registered User
    Join Date
    05-16-2016
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    6

    How to get dates of each Friday in a month

    Hi ,

    Can i get a dates of each Friday in a month.

    For example June 2016.

    i want only dates like this 3,10,17,24 .

    Thanks

    Sateesh

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

    Re: How to get dates of each Friday in a month

    Try this...

    Enter the 1st of the month date in cell A1:

    A1 = 6/1/2016

    Data Range
    A
    B
    C
    1
    6/1/2016
    6/3/2016
    Fri
    2
    6/10/2016
    Fri
    3
    6/17/2016
    Fri
    4
    6/24/2016
    Fri
    5
    ------
    ------
    ------


    Enter this formula in B1:

    =WORKDAY.INTL(EOMONTH(A1,-1),1,"1111011")

    Format as Date

    Enter this formula in B2 and copy down to B5:

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

    Format as Date
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    05-16-2016
    Location
    Australia
    MS-Off Ver
    2013
    Posts
    6

    Re: How to get dates of each Friday in a month

    thanks a lot that worked well

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

    Re: How to get dates of each Friday in a month

    You're welcome. Thanks for the feedback!

+ 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. [SOLVED] Friday Weekending dates for last month
    By biznez in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 02-10-2016, 02:00 PM
  2. [SOLVED] Get a list of dates which are either month end or Friday
    By alice2011 in forum Excel General
    Replies: 5
    Last Post: 12-12-2014, 07:03 AM
  3. [SOLVED] Need a way to automaticaly fill in Friday dates from prior month from current date entry
    By uniqbboy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-15-2014, 11:11 AM
  4. Replies: 4
    Last Post: 01-06-2014, 09:48 PM
  5. Replies: 1
    Last Post: 07-10-2013, 01:41 PM
  6. How to count all dates in column A using last friday and and next friday friday
    By rain4u in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-16-2011, 04:33 PM
  7. [SOLVED] 3rd friday in month
    By [email protected] in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 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