Sorry for not explaining...So I am trying to track scores....scores as a percent then the number of surveys for each of my users.
So quarterly, I can add up the number of surveys (row 8), but I am trying to figure out how to add percentages.
Besides using averages, I was told to use Sumproduct in my formula.....We use Sumproduct here but no one can show me or explain how..
So my data looks like this.....but again not sure how to use Sumproduct to add up percentages each month?
[TABLE="width: 1084"]
<colgroup><col width="259" style="width: 194pt; mso-width-source: userset; mso-width-alt: 9472;"> <col width="64" style="width: 48pt;"> <col width="107" style="width: 80pt; mso-width-source: userset; mso-width-alt: 3913;"> <col width="64" style="width: 48pt;" span="2"> <col width="70" style="width: 53pt; mso-width-source: userset; mso-width-alt: 2560;"> <col width="77" style="width: 58pt; mso-width-source: userset; mso-width-alt: 2816;" span="2"> <col width="64" style="width: 48pt;"> <col width="77" style="width: 58pt; mso-width-source: userset; mso-width-alt: 2816;" span="3"> <col width="64" style="width: 48pt;"> <col width="77" style="width: 58pt; mso-width-source: userset; mso-width-alt: 2816;" span="2"> <col width="70" style="width: 53pt; mso-width-source: userset; mso-width-alt: 2560;"> <col width="77" style="width: 58pt; mso-width-source: userset; mso-width-alt: 2816;"> <tbody>[TR]
[TD="width: 259, bgcolor: transparent"][/TD]
[TD="width: 64, bgcolor: transparent"]V[/TD]
[TD="width: 107, bgcolor: transparent"]W[/TD]
[TD="width: 64, bgcolor: transparent"]X[/TD]
[TD="width: 64, bgcolor: transparent"]Y[/TD]
[TD="width: 70, bgcolor: transparent"]Z[/TD]
[TD="width: 77, bgcolor: transparent"]AA[/TD]
[TD="width: 77, bgcolor: transparent"]AB[/TD]
[TD="width: 64, bgcolor: transparent"]AC[/TD]
[TD="width: 77, bgcolor: transparent"]AD[/TD]
[TD="width: 77, bgcolor: transparent"]AE[/TD]
[TD="width: 77, bgcolor: transparent"]AF[/TD]
[TD="width: 64, bgcolor: transparent"]AG[/TD]
[TD="width: 77, bgcolor: transparent"]AH[/TD]
[TD="width: 77, bgcolor: transparent"]AI[/TD]
[TD="width: 70, bgcolor: transparent"]AJ[/TD]
[TD="width: 77, bgcolor: transparent"]AK[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"] ROW 3
[/TD]
[TD="bgcolor: transparent"]JAN[/TD]
[TD="bgcolor: transparent"]FEB[/TD]
[TD="bgcolor: transparent"]MAR[/TD]
[TD="bgcolor: transparent"]Q1[/TD]
[TD="bgcolor: transparent"]APR[/TD]
[TD="bgcolor: transparent"]MAY[/TD]
[TD="bgcolor: transparent"]JUNE[/TD]
[TD="bgcolor: transparent"]Q2[/TD]
[TD="bgcolor: transparent"]JULY[/TD]
[TD="bgcolor: transparent"]AUG[/TD]
[TD="bgcolor: transparent"]SEPT[/TD]
[TD="bgcolor: transparent"]Q3[/TD]
[TD="bgcolor: transparent"]OCT[/TD]
[TD="bgcolor: transparent"]NOV[/TD]
[TD="bgcolor: transparent"]DEC[/TD]
[TD="bgcolor: transparent"]Q4[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"] ROW 7
[/TD]
[TD="bgcolor: #E2EFDA"]57.60%[/TD]
[TD="bgcolor: #E2EFDA"]73.90%[/TD]
[TD="bgcolor: #E2EFDA"]74.70%[/TD]
[TD="bgcolor: #E2EFDA"] [/TD]
[TD="bgcolor: #E2EFDA"]71.40%[/TD]
[TD="bgcolor: #E2EFDA"]68.80%[/TD]
[TD="bgcolor: #E2EFDA"]75.00%[/TD]
[TD="bgcolor: #E2EFDA"] [/TD]
[TD="bgcolor: #E2EFDA"]75.80%[/TD]
[TD="bgcolor: #E2EFDA"]54.50%[/TD]
[TD="bgcolor: #E2EFDA"]83.30%[/TD]
[TD="bgcolor: #E2EFDA"] [/TD]
[TD="bgcolor: #E2EFDA"]59.60%[/TD]
[TD="bgcolor: #E2EFDA"]72.70%[/TD]
[TD="bgcolor: #E2EFDA"]90.50%[/TD]
[TD="bgcolor: #E2EFDA"] [/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"] ROW 8
[/TD]
[TD="bgcolor: #E2EFDA"]22[/TD]
[TD="bgcolor: #E2EFDA"]23+22=45[/TD]
[TD="bgcolor: #E2EFDA"]31+45=76[/TD]
[TD="bgcolor: #E2EFDA"]76[/TD]
[TD="bgcolor: #E2EFDA"]29+76=105[/TD]
[TD="bgcolor: #E2EFDA"]31+105=136[/TD]
[TD="bgcolor: #E2EFDA"]38+136=174[/TD]
[TD="bgcolor: #E2EFDA"]174[/TD]
[TD="bgcolor: #E2EFDA"]22+174=196[/TD]
[TD="bgcolor: #E2EFDA"]11+196=207[/TD]
[TD="bgcolor: #E2EFDA"]12+207=219[/TD]
[TD="bgcolor: #E2EFDA"]219[/TD]
[TD="bgcolor: #E2EFDA"]19+219=238[/TD]
[TD="bgcolor: #E2EFDA"]11+238=249[/TD]
[TD="bgcolor: #E2EFDA"]7+249=256[/TD]
[TD="bgcolor: #E2EFDA"]37+256=293[/TD]
[/TR]
</tbody>[/TABLE]