Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / May 2008

Tip: Looking for answers? Try searching our database.

Formula for Weighted Average

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
MJ - 12 May 2008 02:27 GMT
Is there a general formula for Weighted average?  I have a row of numerical
data, from 1 to 5.  If it's 1, the weight is 0%, 2 - 25%, 3 - 50%, 4 - 75%, 5
- 100%.  Is there a formula which I can do this?

Thanks
Joel - 12 May 2008 02:55 GMT
In this case I would use sumif and count as shown below:

=((0.25*SUMIF(A1:A100,2))+(0.5*SUMIF(A1:A100,3))+(0.75*SUMIF(A1:A100,4))+(1*SUMIF(A1:A100,5)))/COUNT(A1:A100)

> Is there a general formula for Weighted average?  I have a row of numerical
> data, from 1 to 5.  If it's 1, the weight is 0%, 2 - 25%, 3 - 50%, 4 - 75%, 5
> - 100%.  Is there a formula which I can do this?
>
> Thanks
Earl Kiosterud - 12 May 2008 04:08 GMT
MJ,

I think you want 100% if they're all 5s, 25% if they're all 2's, and stuff like that.  This
will treat the 1s as 0, but will still count them in the average, which I think you want.
That is, it won't ignore them. Empty cells, or cells with 0 will change the result.

=(AVERAGE(A4:E4-1))/4

It's entered as an array formula -- press Ctrl - Shift - Enter, not just Entter, any time
you've edited it. Format for %.

If that don't get it, give examples of some data, and the expected result.
Signature

Regards from Virginia Beach,

Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------

> Is there a general formula for Weighted average?  I have a row of numerical
> data, from 1 to 5.  If it's 1, the weight is 0%, 2 - 25%, 3 - 50%, 4 - 75%, 5
> - 100%.  Is there a formula which I can do this?
>
> Thanks

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.