lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I want to provide text result based on students score but also I want to modify the score and add bonus based on the score and put the new result in "new score" column. The conditions are the following
[FONT="]If the score is >20 = very good ( they get a 5% performance bonus)[/FONT]
[FONT="]If the score is 16-20 = good ( they get a 3% performance bonus)[/FONT]
[FONT="]If the score is 15 and below = needs improvement ( no bonus)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]name[/TD]
[TD]score[/TD]
[TD]result[/TD]
[TD]new score[/TD]
[/TR]
[TR]
[TD]mary[/TD]
[TD]22[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]17[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]linda[/TD]
[TD]11[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am thinking of If() and maybe AND() and OR() and another formula for the "New score" column. Any help would be very much appreciated.[/FONT]
I want to provide text result based on students score but also I want to modify the score and add bonus based on the score and put the new result in "new score" column. The conditions are the following
[FONT="]If the score is >20 = very good ( they get a 5% performance bonus)[/FONT]
[FONT="]If the score is 16-20 = good ( they get a 3% performance bonus)[/FONT]
[FONT="]If the score is 15 and below = needs improvement ( no bonus)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]name[/TD]
[TD]score[/TD]
[TD]result[/TD]
[TD]new score[/TD]
[/TR]
[TR]
[TD]mary[/TD]
[TD]22[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]john[/TD]
[TD]17[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]linda[/TD]
[TD]11[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am thinking of If() and maybe AND() and OR() and another formula for the "New score" column. Any help would be very much appreciated.[/FONT]