sumif function

  • Thread starter Thread starter Sulasno
  • Start date Start date
It depends on what you are doing.

=SUMIF(D1:D11,">5")-SUMIF(D1:D11,">10")

will sum all numbers from 5 to 10 in the range

=SUMPRODUCT((B1:B11="Sandy")*(C1:C11="Sulasno")*D1:D11)

will sum every entry in D1:D11 where there is an entry in Column B of
"Sandy" and an enrty of "Sulasno" in Column C

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
Replace @mailinator.com with @tiscali.co.uk
 
Back
Top