View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default pick the greatest number out of a group for the total box

With values in A1 to A100:

=Max(A1:A100)

OR

=Large(A1:A100,1)

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"chunky" wrote in message
...
trying to create a cell that will choose the greatest number out of a
column
of entries