+ Reply to Thread
Results 1 to 4 of 4

Only show weekdays of a month

  1. #1
    Forum Contributor
    Join Date
    10-03-2016
    Location
    Sydney, Australia
    MS-Off Ver
    MS 365
    Posts
    128

    Only show weekdays of a month

    Hi there,

    This is probably a simple one but having complete mind blank.

    In cell E10, I have the first day of the month, which will change each month of course.

    In cell E11 and continued down, I would like the working days of the month to appear in the cells below it, what function is needed to do this?

    i.e
    January 2017
    E10 = Sunday 1st January 2017
    E11 = Monday 2nd January 2017
    E12 = Tuesday 3rd January 2017
    E13 = Wednesday 4th January 2017
    E14 = Thursday 5th January 2017
    E15 = Friday 6th January 2017
    E16 = Monday 9th January 2017

    February 2017
    E10 = Wednesday 1st February 2017
    E11 = Wednesday 1st February 2017
    E12 = Thursday 2nd February 2017
    E13 = Friday 3rd February 2017
    E14 = Monday 5th February 2017
    E15 = Tuesday 6th February 2017
    E16 = Wednesday 7th February 2017

  2. #2
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,009

    Re: Only show weekdays of a month

    Put this formula in E10 :
    Please Login or Register  to view this content.
    Put this formula in E11 and copy down:
    Please Login or Register  to view this content.
    Format column E10 and down as
    Please Login or Register  to view this content.

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Only show weekdays of a month

    Use the WORKDAYS function. It will only diplay dates that are Mon-Fri and also optionally are not listed in a range of listed holidays.

    E10 - enter your starting date.
    E11 =WORKDAY(E10, 1)

    If your holidays were listed in column Z, then this would skip any dates listed there:

    =WORKDAY(E10, 1, Z:Z)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Forum Contributor
    Join Date
    10-03-2016
    Location
    Sydney, Australia
    MS-Off Ver
    MS 365
    Posts
    128

    Re: Only show weekdays of a month

    Thanks Beaucaire, that's exactly what I needed!

+ 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] Weekdays in column for current month
    By biznez in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-20-2016, 01:59 PM
  2. display only weekdays from current month
    By muldercs in forum Excel General
    Replies: 3
    Last Post: 11-20-2013, 08:25 AM
  3. Excel 2007 : extracting certain weekdays in a month
    By rightsedfred in forum Excel General
    Replies: 4
    Last Post: 08-08-2011, 01:53 PM
  4. Weekdays in a month
    By batman_bob27 in forum Excel General
    Replies: 3
    Last Post: 05-24-2010, 04:38 AM
  5. Autofill weekdays/skip weekends in a month
    By Sandra A in forum Excel General
    Replies: 2
    Last Post: 11-30-2009, 03:32 PM
  6. I want to show only weekdays on sheet
    By skipper641 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-18-2008, 10:18 PM
  7. how to list the weekdays in a month
    By mau.jasmin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-05-2005, 10:50 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