+ Reply to Thread
Results 1 to 4 of 4

Calculating the Number of Weekday Hours between Two Dates

  1. #1
    sameer goswami
    Guest

    query

    In this function what is are the working hours being considered. In case it 24X7 working hours does this function suitable for use or there is some other function.Do we have the fexibility to decide the working hours in this function.

  2. #2
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Calculating the Number of Weekday Hours between Two Dates

    Problem:

    Calculating the number of hours between Date1 (A2) and Date2 (B2), excluding weekends.

    Solution:

    Use the NETWORKDAYS and MOD functions as shown in the following formula:
    =NETWORKDAYS(A2,B2)-1-MOD(A2,1)+MOD(B2,1)

  3. #3
    Registered User
    Join Date
    10-18-2016
    Location
    Anywhere, MX
    MS-Off Ver
    2013
    Posts
    5

    Re: Calculating the Number of Weekday Hours between Two Dates

    This formula is not working for me... Anyone else have the same issue?

  4. #4
    Registered User
    Join Date
    12-12-2018
    Location
    Barcelona
    MS-Off Ver
    Excel/Power BI
    Posts
    3

    Re: Calculating the Number of Weekday Hours between Two Dates

    Me sumo a la pregunta...

+ 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