![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 2
|
Hi,
I hope somebody can help me with this macro. I need to highlight the highest numbers (value) in a specific column. I would like the highest numbers to be highlited in red. Also not sure whether this is possible but how can I have the highest 3 numbers highlited in red, the next three in blue and lets say the next three ones in green. Thanks |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,315
|
Quote:
Lets say that A9:A17 is the range of interest. Select the range. Activate Format|Conditional Formatting. Choose 'Formula Is' for condition 1. Enter in the formula box: =OR(A9=LARGE($A$9:$A$17,1),A9=LARGE($A$9:$A$17,2),A9=LARGE($A$9:$A$17,3)) Activate Format. Choose a color for the first set of 3 highest numbers on the Patterns tab. Click OK. Activate Add. Choose 'Formula is' for Condition 2. Enter as formula: =OR(A9=LARGE($A$9:$A$17,4),A9=LARGE($A$9:$A$17,5),A9=LARGE($A$9:$A$17,6)) Activate Format. Choose a color for the next set of 3 highest numbers on the Patterns tab. Click OK. Now I leave to you the formatting of the 3rd set of highest numbers. [ This Message was edited by: Aladin Akyurek on 2002-03-11 13:56 ] |
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 2
|
Hi,
I forgot to say that I'm using Excel v.7 (95). Is the "conditional formating" tool available in this version of Excel? as I'm not able to find it. Thanks |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,315
|
Quote:
|
|
|
|
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
|
|
|
|
|
|
|
#6 | ||
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,315
|
Quote:
ggrund will need to upgrade or maybe ask for VBA. |
||
|
|
|
|
|
#7 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Quote:
[ This Message was edited by: Mark W. on 2002-03-11 14:43 ] |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|