Thread
:
Maximum Value in Column
View Single Post
#
5
Posted to microsoft.public.excel.misc
Dave Peterson
Posts: n/a
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
Reply With Quote