+ Reply to Thread
Results 1 to 8 of 8

Excel 2010: make a list of specific months workdays

  1. #1
    Registered User
    Join Date
    11-16-2012
    Location
    Vilnius, lithuania
    MS-Off Ver
    Excel 2010
    Posts
    4

    Question Excel 2010: make a list of specific months workdays

    Hello,

    I'm trying to make a list of specific month's work days list and don't really know how to do it exactly. Month has 22 work days. trying to make table something like like this:

    Workdays List Month's work day (November)
    1 1
    2 2
    3 5
    4 6
    5 7
    6 8
    7 9
    ... ...


    Could someone explain me how could I do it?
    Last edited by M0seS; 11-16-2012 at 03:32 AM.

  2. #2
    Forum Expert
    Join Date
    06-09-2010
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    1,714

    Re: Excel 2010: make a list of specific months workdays

    Hi
    is this what you're after?
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    11-16-2012
    Location
    Vilnius, lithuania
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Excel 2010: make a list of specific months workdays

    Urm ye. But is there formula that would auto count and list work days of specific month? Now you have to write workdays manualy and link them.

  4. #4
    Forum Expert
    Join Date
    06-09-2010
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    1,714

    Re: Excel 2010: make a list of specific months workdays

    not sure about a formula - would a macro do?

  5. #5
    Registered User
    Join Date
    11-16-2012
    Location
    Vilnius, lithuania
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Excel 2010: make a list of specific months workdays

    Anything would do

  6. #6
    Forum Expert
    Join Date
    06-09-2010
    Location
    Australia
    MS-Off Ver
    Excel 2013
    Posts
    1,714

    Re: Excel 2010: make a list of specific months workdays

    ok try this macro
    it will prompt you for a start and end date, then type the workday number in successive rows starting in the selected cell, with the day of the month in the cell to the right
    if you want to fix the place where the numbers are typed, change to eg

    Please Login or Register  to view this content.


    Please Login or Register  to view this content.

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2010: make a list of specific months workdays

    In A2 cell
    =IF(ROW()=2,DATE(2012,11,1),A1+1)
    Drag it down.

    In B2 cell
    =IF(ROW()=2,DATE(2012,11,1),IF(WEEKDAY(B1)=6,B1+3,B1+1))
    Drag it down.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  8. #8
    Registered User
    Join Date
    11-16-2012
    Location
    Vilnius, lithuania
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Excel 2010: make a list of specific months workdays

    Thank you, NickyC. Macro helped me alot

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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