hsandeep
Well-known Member
- Joined
- Dec 6, 2008
- Messages
- 1,226
- Office Version
- 2010
- Platform
- Windows
- Mobile
Numerical values are there in cells A24:N24 with EXCEPTION being there MAY BE some cells within the range A24:N24 which will contain either blank, alphabet(s) or alpha-numericals. (here D24 & H24).
I have applied 6 CFs in each cell. Each CF is meant to generate 1 back ground color so that out of 6 colors; only 1 is generated at a time in every cell depending on the cell's value (having numerical values).
My requirement is: I want to ADD 7th back ground color (in the cell containing numerical value) if the value is HIGHEST in the range & 8th back ground color (in the cell containing numerical value) if the value is LOWEST in the range.
Note: When either of 7th or 8th color would be populated, it should stop processing other 6 CF conditions.
Such more rows (A24:N24) are there running down in the range A24:N200.
I am using Excel 2007.
How to ADD 7th & 8th back ground color (in the cell containing numerical value)?
Thanks for help.
M4
<tbody>
[TD="bgcolor: #cacaca, align: center"]24[/TD]
[TD="bgcolor: #fd7c1b, align: right"]220.58[/TD]
[TD="bgcolor: #fe72ff, align: right"]218.42[/TD]
[TD="bgcolor: #ff00ff, align: right"]218.64[/TD]
[TD="bgcolor: #ff00ff, align: right"]218.98[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.47[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.14[/TD]
[TD="bgcolor: #ff00ff, align: right"]218.18[/TD]
[TD="bgcolor: #ff00ff, align: right"]216.98[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.65[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.39[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.53[/TD]
[TD="bgcolor: #ff00ff, align: right"]210.61[/TD]
[TD="bgcolor: #cacaca, align: center"]25[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4
I have applied 6 CFs in each cell. Each CF is meant to generate 1 back ground color so that out of 6 colors; only 1 is generated at a time in every cell depending on the cell's value (having numerical values).
My requirement is: I want to ADD 7th back ground color (in the cell containing numerical value) if the value is HIGHEST in the range & 8th back ground color (in the cell containing numerical value) if the value is LOWEST in the range.
Note: When either of 7th or 8th color would be populated, it should stop processing other 6 CF conditions.
Such more rows (A24:N24) are there running down in the range A24:N200.
I am using Excel 2007.
How to ADD 7th & 8th back ground color (in the cell containing numerical value)?
Thanks for help.
M4
A | B | C | D | E | F | G | H | I | J | K | L | M | N | |
JSPL | Bu | |||||||||||||
Highest | Lowest |
<tbody>
[TD="bgcolor: #cacaca, align: center"]24[/TD]
[TD="bgcolor: #fd7c1b, align: right"]220.58[/TD]
[TD="bgcolor: #fe72ff, align: right"]218.42[/TD]
[TD="bgcolor: #ff00ff, align: right"]218.64[/TD]
[TD="bgcolor: #ff00ff, align: right"]218.98[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.47[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.14[/TD]
[TD="bgcolor: #ff00ff, align: right"]218.18[/TD]
[TD="bgcolor: #ff00ff, align: right"]216.98[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.65[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.39[/TD]
[TD="bgcolor: #ff00ff, align: right"]217.53[/TD]
[TD="bgcolor: #ff00ff, align: right"]210.61[/TD]
[TD="bgcolor: #cacaca, align: center"]25[/TD]
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4
Last edited: