Opposite of SUM function is ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
=MAX(A4:T4)-SUMPRODUCT(LARGE(A4:T4,ROW(INDIRECT("2:3"))))

--

HTH

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


amkazen said:
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
 
Back
Top