SampleData.xls
I have a large list of all meetings. Each row details the type of meeting, date and start and finish time of meeting. Each row would be for an individual person.
I need to create a table to show the total time spent in each type of meeting code during each 15 minute interval through the day.
So, the column headers would be the start time of each 15 minute interval ( 08:00, 08:15, 08:30, 08:45 etc)
The Row's would be each of the meeting codes ( HR, Quality, Finance etc)
So far, I've done it a horrible slow way without pivot tables. Firstly I added an extra column for each 15 minute interval and put formulas in there that totalled the time spent in each interval for that row's meeting. ( So a meeting that was 08:20 - 08:40 would have 10 mins in the 08:15 interval and 10 minutes in the 08:30 interval )
I then manually created a table and placed formulas in each to obtain the total time for each meeting code during each interval.
Messy, long winded and slow. I seriously need to learn some pivot table skills !
So my request - Is it possible to do it all using a pivot table in one go ?
Or even if I still keep the first stage of my current method so that I have a large calculated table with each interval as columns, and every meeting in a row and then pivot that ?
The attached sample data shows a small example of the raw data.
Bookmarks