View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=MAX(A4:T4)-SUMPRODUCT(LARGE(A4:T4,ROW(INDIRECT("2:3"))))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"amkazen" wrote in message
...
Hi, I found a post from 2/23/05 titled "Sum of Max cells in a range". I

want
the difference, not the sum. Anybody know what the function that is

opposite
SUM is? Thanks.

=SUMPRODUCT(LARGE(A4:T4,ROW(INDIRECT("1:3")))) I want to subtract, not

add