MsCrystal1
New Member
- Joined
- Jun 30, 2015
- Messages
- 6
I'm stumped I have multiple rows and columns that are independent of each other. I need to setup a legend that's automated with three colors.
The spreadsheet is setup like this ... [TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]S[/TD]
[TD]L[/TD]
[TD]H[/TD]
[TD]W[/TD]
[TD]SD[/TD]
[TD]V[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Goal[/TD]
[TD].2[/TD]
[TD].3[/TD]
[TD].3[/TD]
[TD].4[/TD]
[TD].6[/TD]
[TD].6[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Actual[/TD]
[TD].1[/TD]
[TD].4[/TD]
[TD].3[/TD]
[TD].5[/TD]
[TD].7[/TD]
[TD].6[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Goal[/TD]
[TD].4[/TD]
[TD].5[/TD]
[TD].7[/TD]
[TD].4[/TD]
[TD].4[/TD]
[TD]0.[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Actual[/TD]
[TD].5[/TD]
[TD].5[/TD]
[TD].3[/TD]
[TD].10[/TD]
[TD].5[/TD]
[TD].10[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Now the legend would need to function so that Goal/Actual for set the following colors
[TABLE="width: 536"]
<tbody>[TR]
[TD] Green[/TD]
[TD]Meeting 90% or more of 2014 goals[/TD]
[/TR]
[TR]
[TD] Yellow[/TD]
[TD]Achieve 60% to 89% of 2014 goals[/TD]
[/TR]
[TR]
[TD] Red[/TD]
[TD]Achieve less than 60% of 2014 goals[/TD]
[/TR]
[TR]
[TD] Gray[/TD]
[TD]No goal[/TD]
[/TR]
</tbody>[/TABLE]
So C2/C1 has to be evaluated against the above criteria
.2/.1=.5 which means it should be red I need the color to apply to C1 and C2
and then the same for D2/D1, E2/E1, F2/F1 and G2/G1 then move down to D5/D4, E5/E4
I hope this makes sense ... I have no clue where to start although it seems like this should be fairly easy to figure out.
Any assistance is appreciated.
The spreadsheet is setup like this ... [TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]S[/TD]
[TD]L[/TD]
[TD]H[/TD]
[TD]W[/TD]
[TD]SD[/TD]
[TD]V[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Goal[/TD]
[TD].2[/TD]
[TD].3[/TD]
[TD].3[/TD]
[TD].4[/TD]
[TD].6[/TD]
[TD].6[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Actual[/TD]
[TD].1[/TD]
[TD].4[/TD]
[TD].3[/TD]
[TD].5[/TD]
[TD].7[/TD]
[TD].6[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Goal[/TD]
[TD].4[/TD]
[TD].5[/TD]
[TD].7[/TD]
[TD].4[/TD]
[TD].4[/TD]
[TD]0.[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Actual[/TD]
[TD].5[/TD]
[TD].5[/TD]
[TD].3[/TD]
[TD].10[/TD]
[TD].5[/TD]
[TD].10[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Total[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Now the legend would need to function so that Goal/Actual for set the following colors
[TABLE="width: 536"]
<tbody>[TR]
[TD] Green[/TD]
[TD]Meeting 90% or more of 2014 goals[/TD]
[/TR]
[TR]
[TD] Yellow[/TD]
[TD]Achieve 60% to 89% of 2014 goals[/TD]
[/TR]
[TR]
[TD] Red[/TD]
[TD]Achieve less than 60% of 2014 goals[/TD]
[/TR]
[TR]
[TD] Gray[/TD]
[TD]No goal[/TD]
[/TR]
</tbody>[/TABLE]
So C2/C1 has to be evaluated against the above criteria
.2/.1=.5 which means it should be red I need the color to apply to C1 and C2
and then the same for D2/D1, E2/E1, F2/F1 and G2/G1 then move down to D5/D4, E5/E4
I hope this makes sense ... I have no clue where to start although it seems like this should be fairly easy to figure out.
Any assistance is appreciated.