[TABLE="width: 500"]
<tbody>[TR]
[TD]Score[/TD]
[TD]Rating[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]80[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]45[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What formula do I use to get the rating to show up as Below, Approaches, Met, Masters based on the following:
If score is 40 or less equals below
If score is between 41 & 62 equals Approaches
If score is between 63 & 78 equals Met
If score is 79 or higher equals Masters
Thanks!
<tbody>[TR]
[TD]Score[/TD]
[TD]Rating[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]80[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]45[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What formula do I use to get the rating to show up as Below, Approaches, Met, Masters based on the following:
If score is 40 or less equals below
If score is between 41 & 62 equals Approaches
If score is between 63 & 78 equals Met
If score is 79 or higher equals Masters
Thanks!