+ Reply to Thread
Results 1 to 2 of 2

Enter month - return workdays

  1. #1
    Registered User
    Join Date
    02-05-2013
    Location
    Imperial mo
    MS-Off Ver
    Excel 2008
    Posts
    1

    Enter month - return workdays

    I am making a spreadsheet that needs information for each work day of the month to be entered. Is there an easier way than putting in the first day, dragging it, then deleting the weekends. I was hoping to be able to enter a month at the top, then the rest be autofilled.

    Thanks,
    Derek

  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: Enter month - return workdays

    To list the Monday thru Friday dates...

    Enter the 1st of the month date for the month of interest in some cell. For example:

    A1 = 1/1/2013

    Enter this formula in A3:

    =IF(WORKDAY(A$1-1,ROWS(A$3:A3))>EOMONTH(A$1,0),"",WORKDAY(A$1-1,ROWS(A$3:A3)))

    Copy down until you get blanks.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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