+ Reply to Thread
Results 1 to 4 of 4

number of days between dates excluding weekends

  1. #1
    Registered User
    Join Date
    06-18-2007
    Posts
    16

    number of days between dates excluding weekends

    Hi All

    I need some urgent help. I am trying to design a spreadsheet that work with approval dates.

    Basically it has to work as follows:

    I have a column containing the date paper work is completed.
    I have a column containing the date the deal is approved.

    I would like in the third column to show the amount of dyas it took to get the approval e.g date received less date approved.

    Now the number of days has to exclude weekend days.

    Please help

    Thanks

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Install the Analysis ToolPak and use

    http://www.bettersolutions.com/excel...P514412778.htm

    =NETWORKDAYS(A1,B1)
    or

    =(B1-A1+1)- SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&B1)),2)>5))
    VBA Noob
    Last edited by VBA Noob; 05-25-2008 at 02:38 PM.
    _________________________________________


    Credo Elvem ipsum etian vivere
    _________________________________________
    A message for cross posters

    Please remember to wrap code.

    Forum Rules

    Please add to your signature if you found this link helpful. Excel links !!!

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,483
    ceck out excels networkdays
    =NETWORKDAYS(A1,B1)
    http://office.microsoft.com/en-us/ex...091901033.aspx

  4. #4
    Registered User
    Join Date
    06-18-2007
    Posts
    16
    Thanks guys. thats exactly what i wanted.

    thanks a million

+ 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