+ Reply to Thread
Results 1 to 3 of 3

NetWorkDays Function Syntax

  1. #1
    Lamar
    Guest

    NetWorkDays Function Syntax


    What is the syntax to add more than one "holiday" for NetWorkDays function?
    The below formula does not work:
    =NETWORKDAYS(B2,C2,"1/1/05","1/17/05")

    Do you have reference other cells with the dates that are suppose to be
    excluded? Or can you manually enter dates into the function? Thank you

  2. #2
    xgirl
    Guest

    RE: NetWorkDays Function Syntax

    It needs to be in brackets...
    =NETWORKDAYS(B2,C2,"1/1/05",{"1/17/05","1/18/05"})

    "Lamar" wrote:

    >
    > What is the syntax to add more than one "holiday" for NetWorkDays function?
    > The below formula does not work:
    > =NETWORKDAYS(B2,C2,"1/1/05","1/17/05")
    >
    > Do you have reference other cells with the dates that are suppose to be
    > excluded? Or can you manually enter dates into the function? Thank you


  3. #3
    Kassie
    Guest

    RE: NetWorkDays Function Syntax

    Hi Lamar

    Insert a list of public holiday dates, say in F1:F13 or whatever.
    Your formula should then read =NETWORKDAYS(B2,C2,F1:F13)

    "xgirl" wrote:

    > It needs to be in brackets...
    > =NETWORKDAYS(B2,C2,"1/1/05",{"1/17/05","1/18/05"})
    >
    > "Lamar" wrote:
    >
    > >
    > > What is the syntax to add more than one "holiday" for NetWorkDays function?
    > > The below formula does not work:
    > > =NETWORKDAYS(B2,C2,"1/1/05","1/17/05")
    > >
    > > Do you have reference other cells with the dates that are suppose to be
    > > excluded? Or can you manually enter dates into the function? Thank you


+ 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