View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Krishnakumar
 
Posts: n/a
Default Formula to add top 4 entries in a column and total them at the bot


Hi,

Try,

=SUMPRODUCT(LARGE(A2:A100,{1,2,3,4}))

HTH


--
Krishnakumar


------------------------------------------------------------------------
Krishnakumar's Profile: http://www.excelforum.com/member.php...o&userid=20138
View this thread: http://www.excelforum.com/showthread...hreadid=498936