I have a need to calculate two distinct attributes, by formulas (not VBA). Please note I am using UK date formats here.
1. Target Sign-Off Time. This should be calculated by adding weekday hours e.g. 24, 48, 72 to a date-time stamp in Excel. The logic needs to exclude weekend hours.
2. TAT Result. This should be calculated by comparing the Assigned Time (Start) to Actual Sign-Off Time (Stop), to determine the number of weekday hours actually consumed.
Example:
Assigned Time: 31/08/2017 09:00
TAT Target (Hrs): 72 (essentially 3 whole weekdays)
Target Sign-Off Time: Solution needed that outputs as 05/09/2017 09:00, in example given
Actual Sign-Off Time: 04/09/2017 15:00
TAT Result: Solution needed that outputs as 54 - that is 54 hrs (hh)
Any help gratefully received!
1. Target Sign-Off Time. This should be calculated by adding weekday hours e.g. 24, 48, 72 to a date-time stamp in Excel. The logic needs to exclude weekend hours.
2. TAT Result. This should be calculated by comparing the Assigned Time (Start) to Actual Sign-Off Time (Stop), to determine the number of weekday hours actually consumed.
Example:
Assigned Time: 31/08/2017 09:00
TAT Target (Hrs): 72 (essentially 3 whole weekdays)
Target Sign-Off Time: Solution needed that outputs as 05/09/2017 09:00, in example given
Actual Sign-Off Time: 04/09/2017 15:00
TAT Result: Solution needed that outputs as 54 - that is 54 hrs (hh)
Any help gratefully received!