Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to create a formula that will find the difference in hours
between 1/9/2009 (I2) and 1/12/2009 (J2) in hours without including weekends. Bob Phillips recommended this formula. =NETWORKDAYS(I2,J2)-(WEEKDAY(I2,2)<6) +(1-MOD(I2,1))*(WEEKDAY(I2,2)<6) +(MOD(J2,1)-1)*(WEEKDAY(J2,2)<6) However when I try to use it I get this message #NAME? Any advice? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
WORK HOURS DIFFERENCE BETWEEN TWO DATES | Excel Worksheet Functions | |||
Subtracting first and last values in a row to find net difference | Excel Worksheet Functions | |||
get hours between 2 dates subtracting the weekends | Excel Discussion (Misc queries) | |||
Need difference between two dates/times in hours | Excel Worksheet Functions | |||
Subtracting dates to get hours... but I want to skip weekends | Excel Discussion (Misc queries) |