format row of cells to highlight least amount

O

oceantravel

I need to have the least amount in a row of cells automatically highlight in
a differant color.
 
J

JE McGimpsey

One way:

Select the row (say, row 1, with cell A1 the active cell). Choose
Format/Conditional Formatting...

CF1: Formula is =A1=MIN(1:1)
Format1: <patterns>/<different color>
 
Top