+ Reply to Thread
Results 1 to 3 of 3

ISBLANK with NETWORKDAYS and empty cells

  1. #1
    Registered User
    Join Date
    04-08-2009
    Location
    NW IL
    MS-Off Ver
    Excel 2003
    Posts
    31

    ISBLANK with NETWORKDAYS and empty cells

    I've attached a sample of what my problem is. I'm trying to keep track of critical ship dates using NETWORKDAYS. My formula works good until the 2 cells it's watching have no dates in them. This should be an easy fix but I can't figure it out. The formula reads =IF(ISBLANK(E3),NETWORKDAYS($A$2,F3,$A$17:$A$29),NETWORKDAYS($A$2,E5,$A$17:$A$29)). The cell range A2:A17 list the holidays for the year. Cell E3 is a ship date to teflon and F3 is a ship date of the completed job to the customer. Thanks in advance.
    Attached Files Attached Files
    Last edited by gibbsmachine; 05-01-2009 at 08:21 AM.

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

    Re: ISBLANK with NETWORKDAYS and empty cells

    Try this formula in D3 copied down

    =IF(COUNT(E3:F3),NETWORKDAYS($A$2,IF(E3="",F3,E3),$A$17:$A$29),"")

  3. #3
    Registered User
    Join Date
    04-08-2009
    Location
    NW IL
    MS-Off Ver
    Excel 2003
    Posts
    31

    Re: ISBLANK with NETWORKDAYS and empty cells

    That worked, Thanks.

+ 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