+ Reply to Thread
Results 1 to 4 of 4

Not including weekends?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-03-2009
    Location
    Gloucestershire
    MS-Off Ver
    Office 2010 Excel/Word/Access
    Posts
    113

    Not including weekends?

    Hi,

    I have a spreadsheet that I am working on, two of the columns are 'Entry Date' & 'Completion Date' the third column I have a sum taking 'Completion Date' away from 'Entry Date' giving me a number of days to complete a job. What I need is for the third column not to include weekends, which I imagine is a tad more complicated than the sum that I am using.

    Is there a formula that I can use?

    Kind regards,

    Andy

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Not including weekends?

    In A1 Cell

    22/01/2014

    In B1 Cell

    07/03/2014

    Will get total Days between the above dates

    =B1-A1

    Will get total Days Excluding the Saturday & Sunday

    =NETWORKDAYS(A1,B1)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor
    Join Date
    11-03-2009
    Location
    Gloucestershire
    MS-Off Ver
    Office 2010 Excel/Word/Access
    Posts
    113

    Re: Not including weekends?

    Hi,

    Thankyou for your responce,

    If I open a new sheet and put your dates in A1 and B1 and =NETWORKDAYS(A1,B1) in C1 it works YEY!

    However, transposing it to my spread sheet where the cells are C1 and D1 so I enter in E1 =NETWORKDAYS(C1,D1) the result I get is #Name?

    The date format is the same, any ideas?

    Regards,

    Andy.

  4. #4
    Forum Contributor
    Join Date
    11-03-2009
    Location
    Gloucestershire
    MS-Off Ver
    Office 2010 Excel/Word/Access
    Posts
    113

    Re: Not including weekends?

    DOH!!!!

    I typed in NETWORDAYS!!!!!

    Sorry!

    All working now, thank you very much,

    Regards,

    Andy

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 06-21-2012, 09:59 AM
  2. Need a running total of calendar days (including weekends and holidays)
    By armyav09 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-30-2012, 04:14 PM
  3. List Dates Excluding Holidays but Including weekends
    By GuyHudson in forum Excel General
    Replies: 6
    Last Post: 09-22-2010, 05:58 AM
  4. Work Hours Between two dates including weekends
    By ClikClak in forum Excel General
    Replies: 2
    Last Post: 02-26-2010, 04:31 PM
  5. Re: Dates not including weekends and holidays
    By Ron de Bruin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-13-2005, 06:05 PM

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