Marmaduke0703
New Member
- Joined
- Jan 25, 2021
- Messages
- 13
- Office Version
- 365
- Platform
- Windows
Hi,
I have a report I need to pull some summary data from but I am unable to edit the report itself so no extra columns for me unfortunately! – shame as it would be quite simple if I could…
The report contains information around task completion times and we have a target of 90 minutes to complete the task before a penalty charge is added. For each complete hour after the initial 90 minutes, an additional charge is added.
What I need to do is calculate the total number of complete hours over the initial 90 minutes per day – note: this is complete hours per incident, not summing up part hours over the day.
I’ve attached a simplified worksheet to try and help explain…
Columns A & B contain simulated information available that I am unable to edit.
Column J contains the final figure I’m trying to reach
Columns D&E are the breakdown of how I’d get there if I could add an extra column, colour coded to the final table (column J).
Any idea how I can get straight from the raw data to the figures in column J without the step in column E?
Thanks
I have a report I need to pull some summary data from but I am unable to edit the report itself so no extra columns for me unfortunately! – shame as it would be quite simple if I could…
The report contains information around task completion times and we have a target of 90 minutes to complete the task before a penalty charge is added. For each complete hour after the initial 90 minutes, an additional charge is added.
What I need to do is calculate the total number of complete hours over the initial 90 minutes per day – note: this is complete hours per incident, not summing up part hours over the day.
I’ve attached a simplified worksheet to try and help explain…
Columns A & B contain simulated information available that I am unable to edit.
Column J contains the final figure I’m trying to reach
Columns D&E are the breakdown of how I’d get there if I could add an extra column, colour coded to the final table (column J).
Any idea how I can get straight from the raw data to the figures in column J without the step in column E?
Thanks
Raw Data tab… | Summary tab… | ||||||||
Col A | Col B | Col D | Col E | Col J | |||||
Date | Completion time (minutes) | Workings (for illustration only, not in Raw Data tab) | Date | Total Incidents | Incidents over 90 minutes | Complete hours over 90 minutes | |||
01/07/2021 | 65 | 0 | 01/07/2021 | 5 | 2 | 4 | |||
01/07/2021 | 90 | 0 | 02/07/2021 | 3 | 1 | 1 | |||
01/07/2021 | 120 | 0 | 03/07/2021 | 4 | 2 | 3 | |||
01/07/2021 | 160 | =Rounddown(160-90)/60 | 1 | ||||||
01/07/2021 | 270 | =Rounddown(270-90)/60 | 3 | ||||||
02/07/2021 | 50 | 0 | |||||||
02/07/2021 | 80 | 0 | |||||||
02/07/2021 | 150 | =Rounddown(150-90)/60 | 1 | ||||||
03/07/2021 | 180 | =Rounddown(180-90)/60 | 1 | ||||||
03/07/2021 | 215 | =Rounddown(215-90)/60 | 2 | ||||||
03/07/2021 | 85 | 0 | |||||||
03/07/2021 | 90 | 0 | |||||||