+ Reply to Thread
Results 1 to 6 of 6

network days

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    northants, england
    MS-Off Ver
    Excel 2007
    Posts
    62

    network days

    im trying to find a network days count between 2 dates. but i also need it to calculate only if there is a date in the cell. so if one of the cells is blank it will display a blank

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

    Re: network days

    A1 Cell

    28/01/2014

    B1 Cell

    28/02/2014

    In C1 Cell

    =IF(COUNTA(A1:B1)=2,IFERROR(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
    Registered User
    Join Date
    04-17-2012
    Location
    northants, england
    MS-Off Ver
    Excel 2007
    Posts
    62

    Re: network days

    this is still not working
    if a1 or b1 is blank then i need cell c1 to show blank. if both have a date then c1 to show the days taken between a1 and b1

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: network days

    Try using COUNT instead

    =IF(COUNT(A1,B1)=2,NETWORKDAYS(A1,B1),"")
    Audere est facere

  5. #5
    Registered User
    Join Date
    02-27-2014
    Location
    Winnipeg, Canada
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: network days

    Not sure where to post this, but here is a question regarding holidays.

    when a person starts 06/22/2007 and after (1 year they get 10 days holiday) and (after 5 years they get 15 days) and (after 10 years they get 20 days) and (after 20 years they get 25 days holidays). I would like to have a cell automatically change from 10 days to 15 days automatically when the say 5th year anniversary is reached. Ive tried a few ways but cannot seem to be able to get past the first year anniversary.Here is what i have.

    =IF(B5<=DATEVALUE("06/22/2007"),"10",IF(B5<=DATEVALUE("06,22/2011"),"15",IF(B5<=DATEVALUE("06/22/2016"),"20",IF(B5<=DATEVALUE("06/22/2026"),"25"))))

    B5= today()
    Start Date=06/22/2006


    Am i anywhere near my goal?
    Last edited by Vdogeek; 02-28-2014 at 10:40 AM.

  6. #6
    Registered User
    Join Date
    02-27-2014
    Location
    Winnipeg, Canada
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: network days

    Thanks anyways, I managed to find exactly what I needed here by doing a bit of searching and reading. Thanks anyways.

+ 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. [SOLVED] Network Days Formula Help
    By robertguy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2013, 05:34 AM
  2. [SOLVED] Subtracting Hold Days from Network Days Formula
    By david1987 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-17-2012, 08:30 AM
  3. Network days
    By fithawk in forum Excel General
    Replies: 13
    Last Post: 11-05-2011, 06:17 PM
  4. [SOLVED] Network Days
    By dinadvani via OfficeKB.com in forum Excel General
    Replies: 3
    Last Post: 07-21-2006, 06:10 AM
  5. Network days question
    By Annette in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-29-2006, 11:25 AM

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