Forum

Notifications
Clear all

Multiple Criteria Multiplication

7 Posts
3 Users
0 Reactions
151 Views
(@gunzzorr)
Posts: 4
Active Member
Topic starter
 

I'm working in a forecasting model and need to sum the product of two cells in the same column. The top row is months, and below that is quantity of each product per month, then List price per product (in the exact same order as the quantities), then average selling price per product (in the exact same order as the quantities).

I ultimately need to multiply QTY by List Price with the horizontal criteria of specific product, then vertical criteria of correct month. 

Anyone know of a way to do this? I looked up sumproduct function but that only provides the sum of the numbers and not the product of those specific cells.

 
Posted : 28/01/2022 2:13 pm
(@gunzzorr)
Posts: 4
Active Member
Topic starter
 

I reread what I said and realized without seeing the data it may be hard to visualize. Attachment added

 
Posted : 28/01/2022 2:18 pm
Anders Sehlstedt
(@sehlsan)
Posts: 974
Prominent Member
 

Hello,

No file was uploaded. You need to click the Start Upload button after you have added the file, then wait a few seconds for the upload to finish.

Br,
Anders

 
Posted : 28/01/2022 5:56 pm
(@gunzzorr)
Posts: 4
Active Member
Topic starter
 

Thank you - file uploaded now.

 
Posted : 09/02/2022 8:05 pm
(@debaser)
Posts: 838
Member Moderator
 

If they are always in the same order, this would do Pico in E3:

=SUMPRODUCT(--($C$12:$C$119=$D3),E$12:E$119,E$120:E$227)

I'm not clear on whether you are looking for exact matches or partial, or what the criteria for things like 'Accessories and soft goods' would be?

 
Posted : 10/02/2022 4:47 am
(@gunzzorr)
Posts: 4
Active Member
Topic starter
 

Velouria - very helpful! Thank you.

This was a more simplistic version of what I'm trying to do, but I actually have multiple criteria I need to put in. the criteria are in columns next to each other: Product (Pico) then Channel (DTC/AMZ?BTQ etc.)

 

Is there a way in the Sumproduct to have it exact match the product and channel before performing the rest of the function?

 
Posted : 11/02/2022 1:20 pm
(@debaser)
Posts: 838
Member Moderator
 

Yes, just add that in as another criterion like the first section of the SUMPRODUCT formula.

 
Posted : 12/02/2022 9:23 am
Share: