+ Reply to Thread
Results 1 to 3 of 3

IFS with a Network Days Sum

  1. #1
    Registered User
    Join Date
    02-16-2017
    Location
    Scotland
    MS-Off Ver
    2017
    Posts
    25

    IFS with a Network Days Sum

    Hi guys,

    I'm attempting to get a formula to return the age of when a file was submitted (business days) but there's multiple conditions to be met/excluded to allow the sum to function.

    Condition 1 = Survey Pack Returned (date field) - column A
    Condition 2 = Pack Submitted for Approval (date field) - column B
    Condition 3 = Approval Received (date field) - Column C

    The following formula works =IF(C2>=1,"",NETWORKDAYS(B2,$I$1)) providing the pack has been returned and has been submitted but if no pack has been returned, I want the field to remain blank - only calculating network days of Packs submitted but not yet approved. I've attached a workbook to simplify the details.

    Many thanks in advance
    Stuart
    Attached Files Attached Files
    Last edited by stuhendry; 04-20-2018 at 11:17 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,178

    Re: IFS with a Network Days Sum

    In D2

    =IF(AND(A2>0,B2>0,C2=""),NETWORKDAYS(B2,$I$1),"")

  3. #3
    Registered User
    Join Date
    02-16-2017
    Location
    Scotland
    MS-Off Ver
    2017
    Posts
    25

    Re: IFS with a Network Days Sum

    Quote Originally Posted by JohnTopley View Post
    In D2

    =IF(AND(A2>0,B2>0,C2=""),NETWORKDAYS(B2,$I$1),"")
    Thanks John, appreciated!

+ 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. Network days
    By melissaoi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-23-2017, 09:32 AM
  2. Getting a Yes/No response using network days
    By artistictiger300 in forum Excel General
    Replies: 4
    Last Post: 05-23-2017, 09:52 AM
  3. Network days error
    By AMacG in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-21-2015, 12:23 PM
  4. network days
    By fentiger79 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-28-2014, 04:54 PM
  5. [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
  6. Network days
    By fithawk in forum Excel General
    Replies: 13
    Last Post: 11-05-2011, 06:17 PM
  7. [SOLVED] Network Days
    By dinadvani via OfficeKB.com in forum Excel General
    Replies: 3
    Last Post: 07-21-2006, 06:10 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