Dear Excel Folks,
I am trying to create a worksheet to show trends in students performance in a fitness test. I want to display icons to show whether their present attempt was better, in line with or worse than their previous effort.
So for example if score 2 was better than score one it would display an upward arrow, if it was the same it would be a flat arrow and if worse than the score before it would be a downwards arrow
I also want to show this as a sparkline at the end to show their overall trend in their performance.
Is there a way of using icon sets to compare their score against the previous score?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Score 1[/TD]
[TD]Score 2[/TD]
[TD]Score 3[/TD]
[TD]Score 4[/TD]
[TD]Trend (Sparkline)[/TD]
[/TR]
[TR]
[TD]Student 1[/TD]
[TD]1.1[/TD]
[TD]1.3[/TD]
[TD]1.7[/TD]
[TD]1.4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Student 2[/TD]
[TD]2.2[/TD]
[TD]2.2[/TD]
[TD]2.7[/TD]
[TD]3.1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Student 3[/TD]
[TD]1.8[/TD]
[TD]2.3[/TD]
[TD]2.2[/TD]
[TD]2.1[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Many Thanks
I am trying to create a worksheet to show trends in students performance in a fitness test. I want to display icons to show whether their present attempt was better, in line with or worse than their previous effort.
So for example if score 2 was better than score one it would display an upward arrow, if it was the same it would be a flat arrow and if worse than the score before it would be a downwards arrow
I also want to show this as a sparkline at the end to show their overall trend in their performance.
Is there a way of using icon sets to compare their score against the previous score?
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Score 1[/TD]
[TD]Score 2[/TD]
[TD]Score 3[/TD]
[TD]Score 4[/TD]
[TD]Trend (Sparkline)[/TD]
[/TR]
[TR]
[TD]Student 1[/TD]
[TD]1.1[/TD]
[TD]1.3[/TD]
[TD]1.7[/TD]
[TD]1.4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Student 2[/TD]
[TD]2.2[/TD]
[TD]2.2[/TD]
[TD]2.7[/TD]
[TD]3.1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Student 3[/TD]
[TD]1.8[/TD]
[TD]2.3[/TD]
[TD]2.2[/TD]
[TD]2.1[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Many Thanks