+ Reply to Thread
Results 1 to 2 of 2

Networkdays function combined with If Statement

  1. #1
    Registered User
    Join Date
    01-10-2020
    Location
    Ireland
    MS-Off Ver
    2013
    Posts
    1

    Networkdays function combined with If Statement

    The spread sheet I am working on is for project that are"not started yet" "in progress" and "complete".I am using the networkdays function to see how many days a project takes, from this days result i check it against todays date function and it gives me the days Completed in % . It is working fine for projects that are in progress. The issue is with project that have finished or are not started yet. I think I might need and If statement but am not sure where to start. I tried a few thing but didn't get any results. Any Help would be welcome as I am an excel beginner.
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Networkdays function combined with If Statement

    For column F

    =IF(B2>'Todays date '!$A$1,"NOT STARTED",IF('Todays date '!$A$1>C2,0,NETWORKDAYS(B2,'Todays date '!$A$1)))

    For column D

    =IF(B2>'Todays date '!$A$1,"NOT STARTED",SUM(E2-F2)/E2)
    Attached Files Attached Files
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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. IF Statement combined with COUNTIF Statement
    By moontown in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-17-2019, 05:27 PM
  2. Combining an If Statement with NETWORKDAYS function
    By Shirley Munro in forum Excel General
    Replies: 2
    Last Post: 05-22-2019, 03:19 PM
  3. networkdays with if statement
    By tdrose01 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-23-2014, 02:05 PM
  4. [SOLVED] IF Statements Function Properly When Separate but Not When Combined with OR Statement
    By chrisboughter in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-28-2014, 02:37 AM
  5. Help with IF, AND, OR combined statement
    By Justxan in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-30-2013, 09:26 AM
  6. Replies: 2
    Last Post: 10-30-2011, 05:15 PM
  7. Replies: 3
    Last Post: 09-24-2009, 07:19 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