Hi all,
I have the following fields of data:
A2 'values': (shows the value 'low', 'mid' or 'high)
B2 ' ratings': (shows a value rating of between 1-5)
I need a formula to populate the %'s in the table below, based on the rating and value. I.e. If Rating is 1 and value is 'low' show 0, if rating is 2 and value is 'low' show 0.5 - is there a quick way to do this without typing out each individual scenario for an incredibly long formula?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Rating[/TD]
[TD]Low (%)[/TD]
[TD]Mid (%)[/TD]
[TD]High (%)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]0.5[/TD]
[TD]0.5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1[/TD]
[TD]0.5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]2.5[/TD]
[TD]3[/TD]
[TD]3.5[/TD]
[/TR]
</tbody>[/TABLE]
I have the following fields of data:
A2 'values': (shows the value 'low', 'mid' or 'high)
B2 ' ratings': (shows a value rating of between 1-5)
I need a formula to populate the %'s in the table below, based on the rating and value. I.e. If Rating is 1 and value is 'low' show 0, if rating is 2 and value is 'low' show 0.5 - is there a quick way to do this without typing out each individual scenario for an incredibly long formula?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Rating[/TD]
[TD]Low (%)[/TD]
[TD]Mid (%)[/TD]
[TD]High (%)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]0.5[/TD]
[TD]0.5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1[/TD]
[TD]0.5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]2.5[/TD]
[TD]3[/TD]
[TD]3.5[/TD]
[/TR]
</tbody>[/TABLE]