+ Reply to Thread
Results 1 to 5 of 5

show day of the month

  1. #1
    Forum Contributor
    Join Date
    04-04-2016
    Location
    dallas tx
    MS-Off Ver
    365 (15.0.5501.1000)
    Posts
    534

    show day of the month

    I am looking for a formula that will let me show a particular day of the month. Specifically lets say I want to show the 3rd Monday of October 2017, or the second Friday of August 2016.
    I would also like the formula to look to a cell for the month so that if I change from October to November all the date cells will auto shift to the new date.
    Below is an example of what I am talking about.
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: show day of the month

    Maybe this will help...

    http://dmcritchie.mvps.org/excel/datetime.htm
    HTH
    Regards, Jeff

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,913

    Re: show day of the month

    Try this:

    =WORKDAY.INTL((1&A$1&B$1)-1,3,"0111111")

    ...
    Attached Files Attached Files

  4. #4
    Valued Forum Contributor Root_'s Avatar
    Join Date
    07-29-2017
    Location
    _
    MS-Off Ver
    2010+
    Posts
    485

    Re: show day of the month

    Here is a formula:

    =WORKDAY.INTL(($A$1&B$1)-1,LEFT($A$3),LEFT(REPT(1,MATCH($B$3,TEXT({2,3,4,5,6,7,8},"dddd"),0)-1)&"0111111",7))

    Take a look at the attached file.
    Attached Files Attached Files

  5. #5
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: show day of the month

    Here's one generalised option

    A1: 1st of the month in question. e.g. November 1 2017
    A2: Day required. Monday - 1, Tuesday = 2......Sunday = 7
    A3: 1st, 2nd, 3rd, 4th occurrence of A2 day. Enter 1,2,3 or 4

    Formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ 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] Need Formula that will show 'Month" for date that fall in the particular month
    By JESSHOR60 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-28-2014, 01:47 PM
  2. How can i show date in this form (month,last date of that month, Year)?
    By vjharry in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-24-2014, 04:39 AM
  3. Month over Month formula to show increase or decrease in rankings for SEO
    By lindsbay in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-12-2014, 03:03 AM
  4. How to show last day of month
    By thaimic in forum Excel General
    Replies: 5
    Last Post: 04-25-2013, 03:07 AM
  5. [SOLVED] display cell to show only Month/year to do sumif calc if today()= any day of month
    By fireguy7 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-12-2013, 06:55 PM
  6. Show the month only
    By famico78 in forum Excel General
    Replies: 2
    Last Post: 12-11-2008, 12:56 PM
  7. [SOLVED] show month number as month name in Excel?
    By Phil Hart in forum Excel General
    Replies: 3
    Last Post: 06-20-2005, 02:05 PM

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