Total for Cells with same name value

M

msnyc07

I am sure I've done this before. somehow it alludes me all of a sudden;

I have a table with

ProductName | Amount Sold

Where Product Names can duplicate

Sorted by product name

I want to run a simple column formula so it will step down and as long as it
is still in same product group (i.e. A6=A5) it will give me a report on the
totals.
 
F

FSt1

hi
not sure but it sounds like you are talking about the sumif function.
=sumif(criteria range, criteria, sum range)
or if you table was in A and b then
=sumif(A2:A500,"productname", B2:B500)

or did i miss something?
Regards
FSt1
 

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

Top