+ Reply to Thread
Results 1 to 3 of 3

Work Days in cells

Hybrid View

  1. #1
    Registered User
    Join Date
    08-12-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2003
    Posts
    3

    Work Days in cells

    This should be pretty simple for you guys

    I just need work days posted like this in my monthly report

    beginning with

    7/29/2010
    7/30/2010
    8/2/2010
    8/3/2010
    8/4/2010
    8/5/2010
    8/6/2010
    8/9/2010

    and so on I have posted the links below to the actual document. Oh If you could not use the NOW() function because I need to input data from the 29th and 30th.. Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Work Days in cells

    Hello,
    make sure you have the Analysis ToolPak enabled.

    Then manually enter the first date into A2
    In A3 enter

    =WORKDAY(L2,1)

    format as date and copy down.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Work Days in cells

    WORKDAY has obvious advantages in so far as it is easy to handle public holidays should you need to - if you don't you could equally use standard:

    A3: =A2+LOOKUP(WEEKDAY(A2,2),{0,5},{1,3})
    copied down

    (you can still account for public holidays without resorting to ATP but ATP makes life a whole lot easier)

    note: small typo in Teylyn's prior post - reference in WORKDAY is meant to be A2

+ 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