Multiply them by a percent.
All percents must add to 100%
Example:
A1: a sum that equals 100
A2: a sum that equals 50
B1: 75%
B2: 25%
B3: =sumproduct(A1:A2,B1:B2)
The weighted average is 87.5
Note: That formula is the same as:
B3: =(A1*B1)+(A2*B2)
Does that help?
***********
Regards,
Ron
XL2002, WinXP-Pro