Formula for Category-Dependent Weighted Grading System

nickdecesare

New Member
Joined
Jul 19, 2013
Messages
1
Hey all,

Been working on a little project and I seem to have hit a small snag. The workaround would take a long time, so I'm trying to avoid it but we'll see. So essentially I have two tables, a data collection and another table that has mean and standard deviation for each measurement by category. They look something like this:
Data Collection
CategoryMeasurement 1Measurement 2Measurement 3
Black4.8217.07
Blue4.5306.96
Red4.8277.66
Black4.78277.5

<tbody>
</tbody>

Key


CategoryMeas. 1 MeanMeas. 1 StdevMeas. 2 MeanMeas. 2 StdevMeas.3MeanMeas.3Stdev
Black4.77.022437.5.28
Blueyougetthepoint

<tbody>
</tbody>

Currently, for each category I have 1 formula (if statements) for each measurement that assigns a grade by that performance on a scale of 1-5, with 3 being within 1 stdev of the mean, 2/4 being within 2 stdev (2 for lower, 4 for higher) and 1/5 for being above 2 stdevs away from the mean for that measurement. Then i have a separate formula that takes all those scores and grades the entirety of that line on a scale 1-100.

So I'm wondering if there's a single formula in which I can 1) encompass all categories in a single formula, sort of like how an array would do it, if it's category Blue, reference those means and stdevs, if black reference those respective numbers and 2) weight each measurement differently for a particular category (for instance i want to weight measurement 3 twice as much for black than the other categories in my final grade, again based on the category.

I appreciate any feedback. Either this is pretty advanced, or I'm blanking on the simple way of doing this.
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,214,383
Messages
6,119,198
Members
448,874
Latest member
Lancelots

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