View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Eduardo Eduardo is offline
external usenet poster
 
Posts: 2,276
Default Summing a range within a range

Hi,
to sum use

=SUMPRODUCT(--(A1:A103),--(A1:A10<8),A1:A10)

to count

=SUMPRODUCT(--(A1:A103),--(A1:A10<8))

change range to fit your needs

if this helps please click yes thanks


"arlum" wrote:

I need the formula that will sum a range within a range. Example: the primary
range consists of the following numbers: 1,2,3,4,5,6,7,8,9,10 and I need to
know how many numbers are 3 and <8. First I need to know the sum ot the
qualifying numbers; second I need to know how many items there are.

Stumped and exhausted...anyone's help will be greatly appreciated!
--
Need to Know