Need help with a formula

Copper Contributor

Hello!

At work, the people are working on their orders in teams, so me and my co-worker want to keep track of those teams to see if we can mix them up and make it more efficient.

So my problem is.

Ex

TeamStart timeStop timeTotal TimeMinRowsMin/Row
T118:20:0019:20:0001:00:00601200,50
T215:20:0019:24:0004:04:002442001,22
T111:11:0015:45:0004:34:002741501,83
T309:00:0017:00:0008:00:004804201,14

 

In the bottom of the document I want a function that looks for "T1" in the A-collumn and then creates an average on every "min/row" of T1

2 Replies
That is something that is easliy done using a pivot table.
Insert, Pivot table
Drag the Team field to the rows area
Drag the Min/Row field to the sigma area
Right-click the min/row column in the pivot table and choose "Summarize Values By" and select "Average". Done!

@Fredirk 

You may simply insert a Pivot Table and drag the Team field in the Rows area and the Min/Row field in the Values area and change the Value Field Settings to show the Average.

 

If you go for the Pivot Table approach, it would be better if you convert your data into an Excel Table and then insert a Pivot Table based on this table so that when you add/delete data in the table, once you Refresh the Pivot Table it will always show you the updated report.

 

Please refer to the attached which contains a Pivot Table solution and the formula solution as well.