Finding the average if values are weighted

RachelLP

New Member
Joined
Sep 20, 2011
Messages
1
I'm trying to figure out a way to make a consolidation of evaluations from a conference I just worked in excel. I've figured out that I can use a macro so every time I hit ctrl+d in a selected cell it will add 1 to the value of the cell. I've also figured out how to make it average the numbers of the row. The thing is the categories are weighted (1 through 10) and I'm trying to figure out the average that a certain category was rated but I can't figure out a good way for it to figure this out. If I average them as they are and I have 2 "3's" and 2 "10's" it's going to tell me the average is 2 when really the average is 6. I also need a good formula to input to tell it to omit the zero's. Any help would be greatly appreciated making a master evaluation of all the evaluations of a given conference takes up a ton of my time at work because I usually do them in word and do all the math and noting myself.
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
i guess sumproduct function will be of use to you if you have corresponding weights in another column

post a small extract of sheet and explain
 
Upvote 0
If you have 10 sets of raw results, and the weighted average of each (the same weights applied to all), then you have 10 equations in 10 unknowns and you can solve for the weights.

Post your data if you want an example.
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,711
Members
452,939
Latest member
WCrawford

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top