View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Maximum Value in Column

=max(b:b)

will return the maximum in column B.

nastech wrote:

Is there a way to look up a maximum value in a column? thanks.


--

Dave Peterson