Thread: Sum Function
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default Sum Function

Here is a good start.
=SUM(LARGE(A1:A20,{1,2,3,4,5,6}))

HTH,
Merjet