Pivot: Min/Max of time - How to calculate amount of time between those two values?

Darkzler

New Member
Joined
Sep 25, 2015
Messages
26
Office Version
  1. 365
Platform
  1. Windows
Hi all,

I got this setup but can't figure out how to get the total amount of time from column C to column D.

Row LabelsCount of ShipmentMin of TidMax of Tid
Person A
Trp2110:48:0010:48:00
Trp3412:29:0016:52:00
Trp4709:14:0016:45:00
Trp1709:24:0016:44:00
Person B
Trp51508:46:0011:42:00
Trp62609:22:0013:32:00
Trp71809:23:0012:04:00

<colgroup><col><col><col><col></colgroup><tbody>
</tbody>


When I try to enter a calculated item it just says: "Multiple data fields of the same field are not supported when a PivotTable report has calculated items."

Any suggestions on how I get the difference between Max of Tid and Min of Tid?
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
a helper column outside of the pivot with if (say) if(or(d6="",d6="Grand Total"),"",I6-h6)
 
Upvote 0
Hi Oldbrewer,

That is my current solution but this pivot table will grow for each day that goes and to manually adjust this is a step I really try to avoid.
 
Upvote 0
the helper column can be 10000 rows deep - it will only pick up your min and max values - that is the point of error trapping out blanks and grand totals
 
Upvote 0

Forum statistics

Threads
1,215,077
Messages
6,122,995
Members
449,094
Latest member
masterms

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top