View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Compare values in columns and highlight the smallest value

Use the MIN function. You'll find it in Excel help.
--
David Biddulph

"lihui69" wrote in message
...
Hi

I need to compare the list of values in 4 columns and highlight the
smallest value. How could I achieve that?

Thank you in advance.