Question : Sum values based on multiple input criteria (month and product type)

Please see attached sheet as that will explain my problem in greater detail.

I would like to make dynamic report that sums up sales figure based on product group and current month/accumulated months.

Please make the formual as neat and simple as possible. If you treat the table as Excel 2007 table, I will give a bonus if you use structured references.

Answer : Sum values based on multiple input criteria (month and product type)

There you go use this..

formula--1-->=SUMPRODUCT((TEXT($C$14:$N$14,"mmm")=TEXT(DATE(YEAR(TODAY()),MONTH(TODAY())-1,1),"mmm"))*($B$15:$B$26=$A5),$C$15:$N$26)

Formula--2-->=SUMPRODUCT(($C$14:$N$14<=C1)*($B$15:$B$26=$A5),$C$15:$N$26)

Saurabh...

Random Solutions  
 
programming4us programming4us