Copy>Special>Format: Not for Conditional Formatting?

  • Thread starter Thread starter Ingeniero1
  • Start date Start date
I

Ingeniero1

Using Excel 2000
Table with six columns, 36 rows: need to highlight the cell with th
largest value in each row.

This Conditional Format works fine: [If Equal] [=Max(Row Range)
[Bold/Green] :)

I did it for one row and tried to copy it to other row
(Copy>Special>Format) but it doesn't work.

Will I have to CF each row individually?:rolleyes:

Thanks

Ale
 
Does your initial Row Range use absolute references? The only $s in the
address should be in front of the column references, not the rows, so this is
bad

$a$1:$f$1

while this is OK

$a1:$f1
 
For illustration purposes, I'll assume the range is A1:F36
Use "cell value is" and change the formula to:
=MAX($A1:$F1). Do the rest the same
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top