Ifsumproduct

S

stevekanc

I have a large amount of data that I want to provide summary for.

Column A is product group (product 1, 2, 3 etc)
Column B is unit cost price
Columns C onwards are units volume sales per month

Is there anyway I can produce a one cell formula that SUMPRODUCT's
columns B & C on the condition that column A cells = "product name"?
 
B

Bob Phillips

=sumif(A:A,"productname",B:B)

=sumif(A:A,"productname",C:C)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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