Hello all,
Maybe the title is a bit ambiguous but I'll try and break it down.
I have a set of data, which so far is 100+ rows.
I have 6 cells say ranging from A1:A6. I have used Conditional Formatting on that row of data so that it fills a colour when it has the lowest value cell. There may be instances when there is more than one cell that has the lowest value.
Whilst that objective has been achieved can anyone shed light on how I can make, with the same formatted row of data, a formula or even a new conditional formatting rule that allows me to make bold a cell that is say 15% lower than the next lower cell. It might be that I need a formula of some sort that then needs to be cross-referred but I don't know how to do it in a clean way.
So for example, I would have:
[TABLE="width: 383"]
<tbody>[TR]
[TD="class: xl63, width: 46"]20[/TD]
[TD="class: xl63, width: 79"]27[/TD]
[TD="class: xl63, width: 85"]26[/TD]
[TD="class: xl63, width: 51"]22[/TD]
[TD="class: xl63, width: 53"]27[/TD]
[TD="class: xl63, width: 69"]21[/TD]
[/TR]
</tbody>[/TABLE]
20 is highlighted being the lowest, but it would not be made bold cos its only 4.8 odd % less than 21 (the second lowest cell).
However:
[TABLE="width: 450"]
<tbody>[TR]
[TD="class: xl65, width: 46"]25[/TD]
[TD="class: xl65, width: 79"]30[/TD]
[TD="class: xl65, width: 85"]30[/TD]
[TD="class: xl65, width: 51"]30[/TD]
[TD="class: xl65, width: 53"]30[/TD]
[TD="class: xl65, width: 69"]31[/TD]
[TD="class: xl65, width: 67"]30[/TD]
[/TR]
</tbody>[/TABLE]
25 is highlighted the lowest, but it should also be made bold as its over 15% less than the next lowest of 30.
Any help would be greatly appreciated.
Thanks in advance!
Maybe the title is a bit ambiguous but I'll try and break it down.
I have a set of data, which so far is 100+ rows.
I have 6 cells say ranging from A1:A6. I have used Conditional Formatting on that row of data so that it fills a colour when it has the lowest value cell. There may be instances when there is more than one cell that has the lowest value.
Whilst that objective has been achieved can anyone shed light on how I can make, with the same formatted row of data, a formula or even a new conditional formatting rule that allows me to make bold a cell that is say 15% lower than the next lower cell. It might be that I need a formula of some sort that then needs to be cross-referred but I don't know how to do it in a clean way.
So for example, I would have:
[TABLE="width: 383"]
<tbody>[TR]
[TD="class: xl63, width: 46"]20[/TD]
[TD="class: xl63, width: 79"]27[/TD]
[TD="class: xl63, width: 85"]26[/TD]
[TD="class: xl63, width: 51"]22[/TD]
[TD="class: xl63, width: 53"]27[/TD]
[TD="class: xl63, width: 69"]21[/TD]
[/TR]
</tbody>[/TABLE]
20 is highlighted being the lowest, but it would not be made bold cos its only 4.8 odd % less than 21 (the second lowest cell).
However:
[TABLE="width: 450"]
<tbody>[TR]
[TD="class: xl65, width: 46"]25[/TD]
[TD="class: xl65, width: 79"]30[/TD]
[TD="class: xl65, width: 85"]30[/TD]
[TD="class: xl65, width: 51"]30[/TD]
[TD="class: xl65, width: 53"]30[/TD]
[TD="class: xl65, width: 69"]31[/TD]
[TD="class: xl65, width: 67"]30[/TD]
[/TR]
</tbody>[/TABLE]
25 is highlighted the lowest, but it should also be made bold as its over 15% less than the next lowest of 30.
Any help would be greatly appreciated.
Thanks in advance!