Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default NETWORKDAYS formula

I am using the formula below to calculate a Total Time to Resolution
(TTR). I need to add a (possibly NETWORKDAYS) formula that will
calculate the TTR only between the hours of 6AM and 7PM (13-hour
clock).

G2 = Pending Time (not all cells have a value)
H2 = Resolved Time
D2 = New Time

=IF(ISBLANK(G2),(H2-D2),((H2-D2)-(H2-G2)))

Thanks in advance,

LJ
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default NETWORKDAYS formula

Networkdays filters out non-working days like Saturday, Sunday and holidays.
It won't filter out non-working hours.

To determine the appropriate solution, we need to know what days you want
included. Are weekends and holidays working days, or do you want them
excluded too? Also, your formula reduces to the following:
=if(isblank(g2),h2-d2,g2-d2))
Is this actually what you want?

Regards,
Fred

"LJ" wrote in message
...
I am using the formula below to calculate a Total Time to Resolution
(TTR). I need to add a (possibly NETWORKDAYS) formula that will
calculate the TTR only between the hours of 6AM and 7PM (13-hour
clock).

G2 = Pending Time (not all cells have a value)
H2 = Resolved Time
D2 = New Time

=IF(ISBLANK(G2),(H2-D2),((H2-D2)-(H2-G2)))

Thanks in advance,

LJ


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
NETWORKDAYS formula Susan Excel Worksheet Functions 3 July 30th 08 06:04 PM
NETWORKDAYS formula orquidea Excel Discussion (Misc queries) 5 February 15th 08 07:43 PM
need help with networkdays formula aashishtaneja Excel Worksheet Functions 1 September 5th 07 01:06 PM
Networkdays formula Silvie4 Excel Worksheet Functions 4 June 14th 06 09:14 PM
NETWORKDAYS FORMULA Lichase Excel Worksheet Functions 1 June 9th 05 09:24 PM


All times are GMT +1. The time now is 09:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"