Problem:
Calculating the number of hours between Date1 and Date2, 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)
Example:
Date1_______________Date2________________Result
4/4/2005 10:30______14/4/2005 19:12______200:42
Screenshot // Calculating the Number of Weekday Hours Between Two Dates
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.