Hello
Can someone kindly help me write a formula that can display a column of numbers to a text rating (in a new column) of Low, Medium, High or Severe
The rating would be from:
[TABLE="******* 128"]
<colgroup><col width="64" span="2" style="*******48pt"> </colgroup><tbody>[TR]
[TD="class: xl64, ******* 64"]1 to 6[/TD]
[TD="******* 64"]Low[/TD]
[/TR]
[TR]
[TD="class: xl63"]7 to 12[/TD]
[TD]Medium[/TD]
[/TR]
[TR]
[TD]13 to 19[/TD]
[TD]High[/TD]
[/TR]
[TR]
[TD]over 20[/TD]
[TD]Severe[/TD]
[/TR]
</tbody>[/TABLE]
I had a previous formula that worked only by selecting individual numbers, but am struggling to do this where the number range is "between" 7 - 12, or 13 - 19
=IF($E5=9,"Severe",IF($E5=6,"High",IF($E5=4,"Medium",IF($E5=3,"Medium",IF($E5>=2,"Low",IF($E5=1,"Low", " "))))))
thank you so much
Debby
Can someone kindly help me write a formula that can display a column of numbers to a text rating (in a new column) of Low, Medium, High or Severe
The rating would be from:
[TABLE="******* 128"]
<colgroup><col width="64" span="2" style="*******48pt"> </colgroup><tbody>[TR]
[TD="class: xl64, ******* 64"]1 to 6[/TD]
[TD="******* 64"]Low[/TD]
[/TR]
[TR]
[TD="class: xl63"]7 to 12[/TD]
[TD]Medium[/TD]
[/TR]
[TR]
[TD]13 to 19[/TD]
[TD]High[/TD]
[/TR]
[TR]
[TD]over 20[/TD]
[TD]Severe[/TD]
[/TR]
</tbody>[/TABLE]
I had a previous formula that worked only by selecting individual numbers, but am struggling to do this where the number range is "between" 7 - 12, or 13 - 19
=IF($E5=9,"Severe",IF($E5=6,"High",IF($E5=4,"Medium",IF($E5=3,"Medium",IF($E5>=2,"Low",IF($E5=1,"Low", " "))))))
thank you so much
Debby