+ Reply to Thread
Results 1 to 7 of 7

Display only business days in date range formula?

  1. #1
    Registered User
    Join Date
    08-13-2013
    Location
    Atlanta, Georgia
    MS-Off Ver
    Excel 365
    Posts
    63

    Display only business days in date range formula?

    In the worksheet below, I only want to show business days in order (M-F) and exclude the weekends. If I just copy down a formula that adds 1 to the previous day it will obviously show all the days.

    Going further, I would like to only show a range of business days based on a given month. So if I entered in 7/1/13 in a cell for "July" it would list out all the business days from 7/1-7/31.


    Excel Help.xlsx

    Any help would be greatly appreciated!

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Display only business days in date range formula?

    Try

    =WORKDAY(B$1,ROWS(A$1:A1)-1)

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Display only business days in date range formula?

    To be a little more complete...


    IN A5 put
    =WORKDAY(B1-1,1)

    Then in A6 and filled down to around A30 put
    =IF(A5="","",IF(MONTH(WORKDAY(A5,1))<>MONTH(A5),"",WORKDAY(A5,1)))

  4. #4
    Registered User
    Join Date
    08-13-2013
    Location
    Atlanta, Georgia
    MS-Off Ver
    Excel 365
    Posts
    63

    Re: Display only business days in date range formula?

    Nice! Thanks. Is there a way to get it to stop at the final business day of the month?

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Display only business days in date range formula?

    Quote Originally Posted by 00pumpkin View Post
    Nice! Thanks. Is there a way to get it to stop at the final business day of the month?
    Did you see my 2nd post ?

  6. #6
    Registered User
    Join Date
    08-13-2013
    Location
    Atlanta, Georgia
    MS-Off Ver
    Excel 365
    Posts
    63

    Re: Display only business days in date range formula?

    Just saw your next post. That will do it. Thanks!

  7. #7
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Display only business days in date range formula?

    You're welcome.

+ 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 to count business days in a date range with results grouped by fiscal year
    By PaulStamper in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-07-2013, 11:46 AM
  2. Formula that Shows # of Business Days to Date.
    By cappadona in forum Excel General
    Replies: 1
    Last Post: 10-21-2010, 12:48 PM
  3. Lookup formula to calc a no. of business days from a date
    By Swainer1966 in forum Excel General
    Replies: 5
    Last Post: 07-16-2009, 02:03 PM
  4. Adding business days to a date formula
    By vasto in forum Excel General
    Replies: 6
    Last Post: 12-09-2008, 07:50 AM
  5. [SOLVED] Date Formula Needed-Business Days
    By MauiTim in forum Excel General
    Replies: 2
    Last Post: 11-25-2005, 04:35 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