Thread: SUMIF Question
View Single Post
  #1   Report Post  
CLR
 
Posts: n/a
Default

=SUMIF(A:A,111,B:B)

or, put the "111" in C1 and use

=SUMIF(A:A,C1,B:B)

Vaya con Dios,
Chuck, CABGx3


"Steve" wrote in message
...
This may or may not be possible...... But I would like to be able to sum

up
the numbers from one column only if they are

For example

A B
Expense Code Budgeted Amt.
111 $100
112 $200
111 $300

I would like a formula that add up only the dollar amounts for items whose
"Expense Code" is 111.......

There are forty line items with various expense codes and I need to be

able
to total everything as well as break it down by expense code for a

separate
table. I can't designate certain cells to be included because they are
constantly changing or are different for each case (110 sheets represent

110
different entities) so the formula must have the criteria from one cell
(Expense Code) to filter outthe dollar amounts.

Is this even possible? Any and all help will be greatly appreciated


Steve