
Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
>I have a sheet with 10 columns and several hundred rows. How do I (in Excel
>2007) highlight the highest value in each row. I know I can apply
>conditional formatting to each row individually but this would take far to
>long and is impractical. Any help would be greatly appreciated.
>
> Gerry
I could not get this to work at all. perhaps I should explain a little more.
My sheet looks like this (7 cols and first 3 rows):
1,4,6,7,8,5,9
7,4,5,3,7,8,2
5,7,3,4,6,2,1
ect
I want to know the easiest way of highlighting the 9 from the 1st row, the 8
from the second and the 7 from the third i.e.the highest value in each row.
> Select the whole column, and in CF change Condition 1 to Formula Is and a
> formula of
[quoted text clipped - 7 lines]
>>
>> Gerry
CLR - 10 Jul 2007 15:16 GMT
Select A1 and do Format > ConditionalFormat, and set the conditions for Cell
Value equals, =MAX($A1:$G1), and set your formatting..........then use the
FormatPainter little paintbrush in the upper toolbar to copy the formatting
over to the rest of the cells in the range of interest.
Vaya con Dios,
Chuck, CABGx3
> I could not get this to work at all. perhaps I should explain a little more.
>
[quoted text clipped - 20 lines]
> >>
> >> Gerry