I want to sum all values for each Product and its variations YTD
TestLine2.xlsx$B$8 is cell where user puts the current month m/d/yyyy
Q1:AB1 standard first of month data 1/1/2021, 2/1/2021 etc
Currently Act list Products and sometimes there variation, but are counted in summary
Currently Bud does not have variations, but may in the future
sumproduct solution works for Act tab which has either 1 or 2 rows that are summed up in Summary tab. Same logic for Bud tab produces 0 for all lookups
Bud tab has no variation rows and therefore less rows, but may change in the future
Row 2 Product A is not budgeted and is blank, but summary does not change if I change this row to numeric 1s
=SUMPRODUCT(Act!$E$1:$AB$23,(LEFT(Act!$D$1:$D$23,LEN($D17))=$D17)*(Act!$E$1:$AB$1<=$B$8)*(Act!$E$1:$AB$1>=DATE(YEAR($B$8),1,1))) = 57,781
=SUMPRODUCT(Bud!$E$1:$AB$17,(LEFT(Bud!$D$1:$D$17,LEN($D17))=$D17)*(Bud!$E$1:$AB$1<=$B$8)*(Bud!$E$1:$AB$1>=DATE(YEAR($B$8),1,1))) = 0
Instead of 52,117
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.