walkingcow
New Member
- Joined
- Apr 12, 2016
- Messages
- 1
I'm trying to calculate a weighted average for 1) the team and 2) for individuals across multiple sheets. The multiple sheet represents an individuals (see below and the data it contains) and for the team summary it is found in sheet 1. In row 8 below on sheet 1, I'm trying to calulate the weighted average by quarter ie Q1, Q2, Q3, Q4 for the entire team (Z1, Z2, Z3, Z4) and for the year (Z5). the unique identifier is the combination of year and quarter. The weight is simply the number of deals done. What formula or set of formula can I use for across multiple sheets to calculated the weighted average? Thx
By changing the 2016 number on sheet 1, all the numbers should update.
Sheet 1 – Summary sheet
Current Year: 2016[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Q1[/TD]
[TD]Q2[/TD]
[TD]Q3[/TD]
[TD]Q4[/TD]
[TD]Annual Avg[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Name of person 1[/TD]
[TD]75%[/TD]
[TD]85%[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Name of person 2[/TD]
[TD]x1[/TD]
[TD]x2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Name of person 3[/TD]
[TD]y1[/TD]
[TD]y2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD].[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD].[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD].[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Team Weighted Avg[/TD]
[TD]Z1[/TD]
[TD]Z2[/TD]
[TD]Z3[/TD]
[TD]Z4[/TD]
[TD]Z5[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 – Name of Person 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]9[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]Deal[/TD]
[TD]Year[/TD]
[TD]Date[/TD]
[TD]Qtr[/TD]
[TD]Percentage[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]1[/TD]
[TD]2016[/TD]
[TD]Feb 1[/TD]
[TD]Q1[/TD]
[TD]70%[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]2[/TD]
[TD]2016[/TD]
[TD]Mar 1[/TD]
[TD]Q1[/TD]
[TD]80%[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]3[/TD]
[TD]2016[/TD]
[TD]Apr 1[/TD]
[TD]Q2[/TD]
[TD]80%[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]4[/TD]
[TD]2016[/TD]
[TD]May 1[/TD]
[TD]Q2[/TD]
[TD]90%[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 3 – Name of Person 2
Repeat of the above (sheet 1) in terms of how data is organized
By changing the 2016 number on sheet 1, all the numbers should update.
Sheet 1 – Summary sheet
Current Year: 2016[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Q1[/TD]
[TD]Q2[/TD]
[TD]Q3[/TD]
[TD]Q4[/TD]
[TD]Annual Avg[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Name of person 1[/TD]
[TD]75%[/TD]
[TD]85%[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Name of person 2[/TD]
[TD]x1[/TD]
[TD]x2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Name of person 3[/TD]
[TD]y1[/TD]
[TD]y2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD].[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD].[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD].[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Team Weighted Avg[/TD]
[TD]Z1[/TD]
[TD]Z2[/TD]
[TD]Z3[/TD]
[TD]Z4[/TD]
[TD]Z5[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 – Name of Person 1
[TABLE="width: 500"]
<tbody>[TR]
[TD]9[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]Deal[/TD]
[TD]Year[/TD]
[TD]Date[/TD]
[TD]Qtr[/TD]
[TD]Percentage[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]1[/TD]
[TD]2016[/TD]
[TD]Feb 1[/TD]
[TD]Q1[/TD]
[TD]70%[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]2[/TD]
[TD]2016[/TD]
[TD]Mar 1[/TD]
[TD]Q1[/TD]
[TD]80%[/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]3[/TD]
[TD]2016[/TD]
[TD]Apr 1[/TD]
[TD]Q2[/TD]
[TD]80%[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]4[/TD]
[TD]2016[/TD]
[TD]May 1[/TD]
[TD]Q2[/TD]
[TD]90%[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 3 – Name of Person 2
Repeat of the above (sheet 1) in terms of how data is organized