Thread: Ifsumproduct
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Ifsumproduct

=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)

"stevekanc" <s190468&lt;at)btinternet - dot - com wrote in message
...

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"?




--
stevekanc