+ Reply to Thread
Results 1 to 2 of 2

Networkdays with blank cell if criteria not met

Hybrid View

  1. #1
    Registered User
    Join Date
    08-18-2014
    Location
    Chandler, AZ
    MS-Off Ver
    Excel 2010
    Posts
    1

    Networkdays with blank cell if criteria not met

    I want to know how many days a project takes to complete. I can calculate the number of days between dates with =NETWORKDAYS(E18,L18) with E18 being the start date and L18 being the completion date. However, until a date is entered into L18 I want to the cell to be blank. The aforementioned formula returns a bogus, negative number in my destination cell. How can I cause the destination cell to be blank until a completion date is entered?

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: Networkdays with blank cell if criteria not met

    How about:

    =IF(L18="","",NETWORKDAYS(E18,L18))
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

+ 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. Help: How to blank out cell if criteria not met?
    By dpk1nba in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-09-2014, 11:25 AM
  2. [SOLVED] Excel 2007 : Return NA if either start or end date is blank in Networkdays
    By CatherineCarey in forum Excel General
    Replies: 3
    Last Post: 04-16-2012, 02:12 PM
  3. Replies: 5
    Last Post: 09-07-2011, 11:14 PM
  4. Networkdays Ignore if Two Cells are Blank
    By rebeccajp76 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-11-2011, 02:32 AM
  5. Using sumproduct to sum networkdays between dates with criteria?
    By cheesysocks in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 10-28-2008, 01:51 PM

Tags for this Thread

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