+ Reply to Thread
Results 1 to 3 of 3

Work Days in cells

Hybrid View

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

    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.

  2. #2
    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