Mikeymike_W
Board Regular
- Joined
- Feb 25, 2016
- Messages
- 171
Hi Everyone,
I have been trying to get this sorted for a while but no luck.
I have a spreadsheet (obviously), i have several hidden columns which automatically capture the time and date that certain cells are populated.
I want to subtract the difference between two of these cells as it will let me work out certain KPI's.
I need this time to be in hours (or minutes).
I have tried out some formulas but the hours are part of the 24hour day rather than the actual working day i.e. if the entry is 25/04/2016 16:00 & 26/04/2016 09:00 then the result will be 17hours.
This is what ive tried:
=IF(OR([@[Pre Request Date & Time when submitted]]="",[@[Pre Request Date & Time when entered in FIP]]=""),"",NETWORKDAYS([@[Pre Request Date & Time when submitted]],[@[Pre Request Date & Time when entered in FIP]])-1-MOD([@[Pre Request Date & Time when submitted]],1)+MOD([@[Pre Request Date & Time when entered in FIP]],1))
Ideally i would also like to specify what is regarded as working hours (Mon-Thu 08:30 - 17:00, Friday 08:30 - 13:00)
This is really doing my noggin in and i would greatly appreciate any and all help.
Thanks in advance,
Mike
I have been trying to get this sorted for a while but no luck.
I have a spreadsheet (obviously), i have several hidden columns which automatically capture the time and date that certain cells are populated.
I want to subtract the difference between two of these cells as it will let me work out certain KPI's.
I need this time to be in hours (or minutes).
I have tried out some formulas but the hours are part of the 24hour day rather than the actual working day i.e. if the entry is 25/04/2016 16:00 & 26/04/2016 09:00 then the result will be 17hours.
This is what ive tried:
=IF(OR([@[Pre Request Date & Time when submitted]]="",[@[Pre Request Date & Time when entered in FIP]]=""),"",NETWORKDAYS([@[Pre Request Date & Time when submitted]],[@[Pre Request Date & Time when entered in FIP]])-1-MOD([@[Pre Request Date & Time when submitted]],1)+MOD([@[Pre Request Date & Time when entered in FIP]],1))
Ideally i would also like to specify what is regarded as working hours (Mon-Thu 08:30 - 17:00, Friday 08:30 - 13:00)
This is really doing my noggin in and i would greatly appreciate any and all help.
Thanks in advance,
Mike