Please excuse what will be a question with the most simple answer, but I'm suffering with Brain Fog today.
From the following collection of cells:
[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]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0.75[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]0.25[/TD]
[TD]0.50[/TD]
[TD]0.75[/TD]
[TD]1.00[/TD]
[TD]2.00[/TD]
[TD]3.00[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]1.44[/TD]
[TD]1.46[/TD]
[TD]1.53[/TD]
[TD]1.68[/TD]
[TD]2.32[/TD]
[TD]3.01[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]50[/TD]
[TD]1.78[/TD]
[TD]1.80[/TD]
[TD]1.88[/TD]
[TD]1.92[/TD]
[TD]2.40[/TD]
[TD]3.22[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD]0.48[/TD]
[TD]0.60[/TD]
[TD]0.70[/TD]
[TD]0.80[/TD]
[TD]0.90[/TD]
[TD]1.00[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]25[/TD]
[TD]1.23[/TD]
[TD]1.26[/TD]
[TD]1.35[/TD]
[TD]1.40[/TD]
[TD]1.88[/TD]
[TD]2.52[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD]1.60[/TD]
[TD]1.70[/TD]
[TD]1.80[/TD]
[TD]1.90[/TD]
[TD]2.22[/TD]
[TD]3.33[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]10[/TD]
[TD]0.97[/TD]
[TD]1.02[/TD]
[TD]1.30[/TD]
[TD]1.55[/TD]
[TD]1.75[/TD]
[TD]1.99[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[TD]1.41[/TD]
[TD]1.43[/TD]
[TD]1.66[/TD]
[TD]1.84[/TD]
[TD]1.98[/TD]
[TD]2.04[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]50[/TD]
[TD]1.22[/TD]
[TD]1.25[/TD]
[TD]1.63[/TD]
[TD]1.80[/TD]
[TD]2.21[/TD]
[TD]2.84[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I need to achieve in cell A11, is to multiply the values in range A2:A10 by the values in another column where the cell value in A1 is a match to a value in range B2:G2
I'm sure I've done this before and that it's not difficult, I'm just having a problem today getting my head around the logic.
The answer in this case should be the equivalent of adding the sums of (A4*D4), (A6*D6), (A8*D8) and (A10*D10) = 222.25
Many thanks. Hoping the fog will clear by morning.
From the following collection of cells:
[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]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0.75[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]0.25[/TD]
[TD]0.50[/TD]
[TD]0.75[/TD]
[TD]1.00[/TD]
[TD]2.00[/TD]
[TD]3.00[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD]1.44[/TD]
[TD]1.46[/TD]
[TD]1.53[/TD]
[TD]1.68[/TD]
[TD]2.32[/TD]
[TD]3.01[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]50[/TD]
[TD]1.78[/TD]
[TD]1.80[/TD]
[TD]1.88[/TD]
[TD]1.92[/TD]
[TD]2.40[/TD]
[TD]3.22[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD]0.48[/TD]
[TD]0.60[/TD]
[TD]0.70[/TD]
[TD]0.80[/TD]
[TD]0.90[/TD]
[TD]1.00[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]25[/TD]
[TD]1.23[/TD]
[TD]1.26[/TD]
[TD]1.35[/TD]
[TD]1.40[/TD]
[TD]1.88[/TD]
[TD]2.52[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD]1.60[/TD]
[TD]1.70[/TD]
[TD]1.80[/TD]
[TD]1.90[/TD]
[TD]2.22[/TD]
[TD]3.33[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]10[/TD]
[TD]0.97[/TD]
[TD]1.02[/TD]
[TD]1.30[/TD]
[TD]1.55[/TD]
[TD]1.75[/TD]
[TD]1.99[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[TD]1.41[/TD]
[TD]1.43[/TD]
[TD]1.66[/TD]
[TD]1.84[/TD]
[TD]1.98[/TD]
[TD]2.04[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]50[/TD]
[TD]1.22[/TD]
[TD]1.25[/TD]
[TD]1.63[/TD]
[TD]1.80[/TD]
[TD]2.21[/TD]
[TD]2.84[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I need to achieve in cell A11, is to multiply the values in range A2:A10 by the values in another column where the cell value in A1 is a match to a value in range B2:G2
I'm sure I've done this before and that it's not difficult, I'm just having a problem today getting my head around the logic.
The answer in this case should be the equivalent of adding the sums of (A4*D4), (A6*D6), (A8*D8) and (A10*D10) = 222.25
Many thanks. Hoping the fog will clear by morning.