+ Reply to Thread
Results 1 to 4 of 4

Network days & TODAY()

Hybrid View

  1. #1
    Registered User
    Join Date
    06-24-2015
    Location
    Manchester
    MS-Off Ver
    2010
    Posts
    76

    Network days & TODAY()

    Hi,

    Im using the below formula which will calculate the working days between 2 days and if Date 2 is blank then it will return a blank cell.

    =IF(COUNT(Date1,Date2)<2,"",NETWORKDAYS(Date1,Date2,'Bank Holidays List')-1)

    However, what I need to do is if Date2 is blank, then I need it to calculate based on TODAY()

    Any help appreciated.

    Nath'

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Network days & TODAY()

    =IF(ISBLANK(Date1), "", NETWORKDAYS(Date1, IF(ISBLANK(Date2), TODAY(), Date2), 'Bank Holidays List') -1)
    Something like that?
    Click the [* Add Reputation] Button to thank people for help!
    Post Attachment: Click [Go Advanced] under the reply box; then click [Manage Attachments] to launch the attachments dialogue.
    Mark Thread Solved: Go to the top of the first post; Select [Thread Tools] dropdown; Pick the [Mark thread as Solved] option.

  3. #3
    Registered User
    Join Date
    06-24-2015
    Location
    Manchester
    MS-Off Ver
    2010
    Posts
    76

    Re: Network days & TODAY()

    Perfect!
    Thank you so much!


  4. #4
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Network days & TODAY()

    Glad I could help! Thanks for the rep.

+ 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] IFS with a Network Days Sum
    By stuhendry in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-23-2018, 05:57 AM
  2. Network days
    By melissaoi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-23-2017, 09:32 AM
  3. network days
    By fentiger79 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-28-2014, 04:54 PM
  4. [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
  5. Network days
    By fithawk in forum Excel General
    Replies: 13
    Last Post: 11-05-2011, 06:17 PM
  6. aging formula with network days from start to today
    By eddienole in forum Excel General
    Replies: 2
    Last Post: 08-30-2011, 10:43 AM
  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