Hello all,
Requesting help from you guys. So basically I am doing a tool comparison and my final dashboard looks like below[TABLE="width: 500"]
<tbody>[TR]
[TD]Evalution category[/TD]
[TD]Tool 1[/TD]
[TD]Tool 2[/TD]
[TD]Tool 3[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]8[/TD]
[TD]4[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
So what I am thinking is a way to highlight in which categories is Tool 1 better/worse than the other tools.
Is there any macro/formula which takes the first value of Tool 1(8), and compares with the other tool values(4 & 3), if it is the largest value - highlights it green, if lowest value highlights it Red, if neither than remains as it is. This logic loops through all the values in Tool 1 column.
Appreciate any help/tips. Thanks for your time.
Requesting help from you guys. So basically I am doing a tool comparison and my final dashboard looks like below[TABLE="width: 500"]
<tbody>[TR]
[TD]Evalution category[/TD]
[TD]Tool 1[/TD]
[TD]Tool 2[/TD]
[TD]Tool 3[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]8[/TD]
[TD]4[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]DEF[/TD]
[TD]1[/TD]
[TD]3[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]XYZ[/TD]
[TD]5[/TD]
[TD]2[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
So what I am thinking is a way to highlight in which categories is Tool 1 better/worse than the other tools.
Is there any macro/formula which takes the first value of Tool 1(8), and compares with the other tool values(4 & 3), if it is the largest value - highlights it green, if lowest value highlights it Red, if neither than remains as it is. This logic loops through all the values in Tool 1 column.
Appreciate any help/tips. Thanks for your time.