View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Excel 2002 : How to sum range ?

Using SUMIF the three formulas are as below...

=SUMIF(A:A,"<250",C:C)
=SUMIF(A:A,"250",C:C)-SUMIF(A:A,"350",C:C)
=SUMIF(A:A,"350",C:C)

--
If this post helps click Yes
---------------
Jacob Skaria


"Mr. Low" wrote:

Hi,

I have the folowing table:

A B C
1 Days Code Amount
2 1 K23 840.70
3 5 K23 840.70
4 14 P41 720.60
5 22 P41 111.00
6 120 G28 140.00
7 240 G24 720.60
8 360 L78 100.00
9 52 L78 100.00
10 68 K96 720.60
11 14 M24 100.00
12 450 C20 100.00
13 280 C20 100.00
14 68 K47 720.60

I wish to sum up amount in column C based the range of the days in column A
as follows:

1. days is greater or equeal to 0 but less or equeal 250
2. days is greater or equeal to 251 but less or equeal 350
3. days is greater than 351

Can I use SUMIF formula or a Pivot Table or Advance Filter ?

What are the 3 formulas ?

Thanks

Low




--
A36B58K641