Jtucker10278
Board Regular
- Joined
- May 14, 2017
- Messages
- 62
- Office Version
- 365
- Platform
- Windows
I'm trying to get an average of what Tyde did divided by the hours he worked
(B2:F2) = 48
(B3:F3) = 40
[TABLE="class: grid, width: 500, align: center"]
<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]Jan-1[/TD]
[TD]Jan-2[/TD]
[TD]Jan-3[/TD]
[TD]Jan-4[/TD]
[TD]Jan-5[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Tyde[/TD]
[TD]11[/TD]
[TD]12[/TD]
[TD]11[/TD]
[TD]8[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Hours[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]
The formula i want to use is (ill explain way)
=sum(B2:F2)/(B3:F3)
this formula gives me an answer of 6
and if i use the formula =sum((B2:F2)/(B3:F3)) I get 1.375 for an answer ??????????
I would love to understand that, but my real problem is the formula
=SUM(INDIRECT(J$21) INDIRECT($I22)/=sum(INDIRECT(J$21) hrswkd))
So if you consider that
columns B:F are the named range "Week1"
Row 2:2 is Named Range "tyde"
Row 3:3 is Named Range "hrswkd"
My results table looks like
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Week1[/TD]
[TD]Week2[/TD]
[TD]Week3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]TYDE[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Adam[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Steve[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In cell B2 I am trying to get what Tyde built in week1
=sum(week1 tyde) this returns the answer of 48
i can also write the formula using the indirect function
=sum(Indirect(B1) Indirect(A2)) and this returns an answer of 48
the next step would be to get what tyde built in week1 divided by the house tyde work in week1
=sum(Indirect(B1) Indirect(A2)) / sum(indirect(B1) hrswkd))
Any help??
(B2:F2) = 48
(B3:F3) = 40
[TABLE="class: grid, width: 500, align: center"]
<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]Jan-1[/TD]
[TD]Jan-2[/TD]
[TD]Jan-3[/TD]
[TD]Jan-4[/TD]
[TD]Jan-5[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Tyde[/TD]
[TD]11[/TD]
[TD]12[/TD]
[TD]11[/TD]
[TD]8[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Hours[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]
The formula i want to use is (ill explain way)
=sum(B2:F2)/(B3:F3)
this formula gives me an answer of 6
and if i use the formula =sum((B2:F2)/(B3:F3)) I get 1.375 for an answer ??????????
I would love to understand that, but my real problem is the formula
=SUM(INDIRECT(J$21) INDIRECT($I22)/=sum(INDIRECT(J$21) hrswkd))
So if you consider that
columns B:F are the named range "Week1"
Row 2:2 is Named Range "tyde"
Row 3:3 is Named Range "hrswkd"
My results table looks like
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Week1[/TD]
[TD]Week2[/TD]
[TD]Week3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]TYDE[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Adam[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Steve[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In cell B2 I am trying to get what Tyde built in week1
=sum(week1 tyde) this returns the answer of 48
i can also write the formula using the indirect function
=sum(Indirect(B1) Indirect(A2)) and this returns an answer of 48
the next step would be to get what tyde built in week1 divided by the house tyde work in week1
=sum(Indirect(B1) Indirect(A2)) / sum(indirect(B1) hrswkd))
Any help??