How do I add a range of numbers to sum a specific total?

S

SJoshi

How do I add numbers from a range of numbers (selecting only certain in that
range) to come up with a specific total?
 
B

Bob Phillips

=SUMIF(A1:A100,"value")

--

HTH

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