=(50,000*.2+40,000*.2+30,000*.6)/3
Dave

Signature
Brevity is the soul of wit.
> Can anyone tell me what formula to use to average something like this:
>
[quoted text clipped - 3 lines]
>
> Where $50k has 20% of the weight, etc. Any help will be greatly appreciated.
S Davis - 06 Nov 2006 21:29 GMT
This got a loud *hoot* out of me here in the office. Something about
the misposted reply + your signature :) Thanks for the laugh
> =(50,000*.2+40,000*.2+30,000*.6)/3
>
[quoted text clipped - 9 lines]
> >
> > Where $50k has 20% of the weight, etc. Any help will be greatly appreciated.
With the dollar values in A1:A3 and the percentages in B1:B3 use
=sumproduct(A1:A3,B1:B3)
> Can anyone tell me what formula to use to average something like this:
>
[quoted text clipped - 3 lines]
>
> Where $50k has 20% of the weight, etc. Any help will be greatly appreciated.