mrlister2000
New Member
- Joined
- Jul 3, 2013
- Messages
- 10
Hello everyone
First time poster so please be gentle!
on my spreadsheet i have the following fields :-
[TABLE="width: 461"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Date and Time Received[/TD]
[TD]Date and Time Sent[/TD]
[TD]Time Taken[/TD]
[TD]Number of Hours[/TD]
[TD]Within SLA?[/TD]
[/TR]
[TR]
[TD]04/03/2013 15:38[/TD]
[TD]20/03/2013 13:39[/TD]
[TD]15 days 22:00[/TD]
[TD]97[/TD]
[TD]YES[/TD]
[/TR]
</tbody>[/TABLE]
What's bugging me is that the number of hours is 97, yet the SLA is more than 24hrs so it should read NO. if it's 24hrs or less then it should read YES
I've used the following formulas :-
Time Taken : =INT(E4-D4) & " days " & TEXT(MOD(E4-D4,1),"[h]:mm")
Number of hours : =(NETWORKDAYS(D3,E3)-1)*("5:15 PM"-"9 AM")+MOD(E3,1)-MOD(D3,1)
Within SLA : =IF(G3<24, "YES","NO")
Please note that I am no expert at Excel so don't be fooled with the formulas above. They've been acquired or I've had assistance!
Thank you in advance for your help
First time poster so please be gentle!
on my spreadsheet i have the following fields :-
[TABLE="width: 461"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Date and Time Received[/TD]
[TD]Date and Time Sent[/TD]
[TD]Time Taken[/TD]
[TD]Number of Hours[/TD]
[TD]Within SLA?[/TD]
[/TR]
[TR]
[TD]04/03/2013 15:38[/TD]
[TD]20/03/2013 13:39[/TD]
[TD]15 days 22:00[/TD]
[TD]97[/TD]
[TD]YES[/TD]
[/TR]
</tbody>[/TABLE]
What's bugging me is that the number of hours is 97, yet the SLA is more than 24hrs so it should read NO. if it's 24hrs or less then it should read YES
I've used the following formulas :-
Time Taken : =INT(E4-D4) & " days " & TEXT(MOD(E4-D4,1),"[h]:mm")
Number of hours : =(NETWORKDAYS(D3,E3)-1)*("5:15 PM"-"9 AM")+MOD(E3,1)-MOD(D3,1)
Within SLA : =IF(G3<24, "YES","NO")
Please note that I am no expert at Excel so don't be fooled with the formulas above. They've been acquired or I've had assistance!
Thank you in advance for your help