What I'm trying to do is have a =SUMIFS(AND(a1=b1),(OR(a2=b2,a2=c2,a2=d2)),a3:z3) sort of argument. I.E. I need condition 1 to be true, and one of condition 2, 3 and 4 to be true, with the result that it sums a column of numbers for which those criteria are true.
The Villian, thanks, I hadn't thought of pivoting it, but that looks like it could work with the rest of my spreadsheet.
I don't understand! It should be so easy to do SUMIFS(AND(...),(OR(...,...,...)),...) ! It feels like I'm just putting a bracket wrong somewhere or something.
If anyone manages to build a successful formula using the spreadsheet I attached in my previous post, I would be very grateful.
Just to clarify, it needs to say something like this:
SUM values where the following are true
-The brand is IM
-Any of the following:
--The region is North
--The region is Scotland
--The region is Ireland
What I've come up with, and it doesn't work, is:
=SUMIFS(D5

16,$B$5:$B$16,"IM",OR($C$5:$C$16=F$1,$C$5:$C$16=F$2,$C$5:$C$16= F$3)))