I learned a lot through this video, Paula's an amazing instructor, as always.
As for the activity, the solution is
=SUMPRODUCT(B2:B7;--(CHOOSE(A9;C2:C7;D2:D7;E2:E7)="y"))
I learned a lot through this video, Paula's an amazing instructor, as always.
As for the activity, the solution is
=SUMPRODUCT(B2:B7;--(CHOOSE(A9;C2:C7;D2:D7;E2:E7)="y"))
I used the CHOOSE function to choose between the bundles, and linked it to the a9 cell, better than writing the formula three times or modifying the formula for each different bundle
Oh I just noticed I never posted the solution to this. I will have it out in the next week or so, Sorry! Interesting solution you came up with, nice work indeed.