View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
G G is offline
external usenet poster
 
Posts: 52
Default Conditional Formatting for Column?

Is there an easy way to format 1 or 2 cells in a range? For example, I have
4 cells

A1 25
A2 30
A3 35
A4 25

I want to highlight the lowest cell number of the column in RED (if there
are two, I want to highlight both of them.

Any help is welcome. Thanks.

G