Heya, im barely great at Excel, and im struggling to develop a formula.
I have one sheet that has a Numeric result in ONE cell - S2
The number is ANY value, with ANY decimal point value
I need to put a formula in another cell that defines a grade 1-5 based on its value S2's value.
*Each Peak / Mean score between the values below, get assigned the corresponding grade on the far left*
Im sure its an =IF(AND( kind of formula, but cannot get it to work.
Im looking for a single formula that will check all 5 grades parameters, and return the single grade number.
[TABLE="width: 192"]
<tbody>[TR]
[TD="width: 64"]Grade[/TD]
[TD="width: 64"]Peak[/TD]
[TD="width: 64"]Mean[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD="align: right"]2.1[/TD]
[TD="align: right"]0.51[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD="align: right"]15.1[/TD]
[TD="align: right"]0.91[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD="align: right"]30.1[/TD]
[TD="align: right"]1.71[/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]3[/TD]
[/TR]
</tbody>[/TABLE]
I have one sheet that has a Numeric result in ONE cell - S2
The number is ANY value, with ANY decimal point value
I need to put a formula in another cell that defines a grade 1-5 based on its value S2's value.
*Each Peak / Mean score between the values below, get assigned the corresponding grade on the far left*
Im sure its an =IF(AND( kind of formula, but cannot get it to work.
Im looking for a single formula that will check all 5 grades parameters, and return the single grade number.
[TABLE="width: 192"]
<tbody>[TR]
[TD="width: 64"]Grade[/TD]
[TD="width: 64"]Peak[/TD]
[TD="width: 64"]Mean[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD="align: right"]0[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD="align: right"]2.1[/TD]
[TD="align: right"]0.51[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD="align: right"]15.1[/TD]
[TD="align: right"]0.91[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD="align: right"]30.1[/TD]
[TD="align: right"]1.71[/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD="align: right"]50[/TD]
[TD="align: right"]3[/TD]
[/TR]
</tbody>[/TABLE]