Help me with Conditional Sum (please)

  • Thread starter Thread starter Frank Kabel
  • Start date Start date
I have numerical values in column A, and in colum B there are tex
classifications that define which category the numbers apply.

For example A1 value = $6, B1 = Food
A2 = $700, B2 = Mortgage
A3 = $50, B2 = Food

I have a summary page that I want to collect the totals for eac
category using conditional summing. Conditional Sum wizard isn't doin
anything for me though, any help is appreciated.

Thank
 
Take a look at Data > Subtotals............and just follow the
menus........I think it will give you what you're looking for.........

Vaya con Dios,
Chuck, CABGx3
 
List your categories on the Summary sheet (cells A2:A10 in this example)
In cell B2, on the Summary sheet, enter a SUMIF formula, referring to
your data on Sheet1:

=SUMIF(Sheet1!B:B,A2,Sheet1!A:A)

Select cell B2, and point to the fill handle,
at the bottom right of the cell
When the pointer changes to a black plus sign, double-click
to copy the formula down to the last category.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top