+ Reply to Thread
Results 1 to 3 of 3

How do I had working days only to a particular cell value ?

  1. #1
    Registered User
    Join Date
    02-17-2006
    Posts
    11

    How do I had working days only to a particular cell value ?

    Hi there,

    I am having real trouble figuring this one out.

    I have a date in a cell that I want to add 15 days onto and display in a seperate cell, and do the same for 40 days. Trouble is, it has to be working days only.

    Can anyone offer any advice ?

    Thanks in advance

    Chris

  2. #2
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Try using the NETWORKDAYS formula. Hopefully this link will help.

    http://office.microsoft.com/en-us/ex...091901033.aspx

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699
    In fact, to add a number of working days to a date, you need NETWORKDAYS cousin, WORKDAY. Both these functions require Analysis ToolPak to be enabled (Tools > add-ins > tick "analysis toolpak"), e.g. to add 15 workdays to a date in A1

    =WORKDAY(A1,15)

    You can also exclude holidays by adding a third argument, e.g.

    =WORKDAY(A1,15,holidays)

    where holidays is a named range containing a list of holiday dates

+ 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