I think I could do a simple sum of these two:
=SUMIFS(A1:A10,B1:B10,"="&"Red",C1:C10,"="&"2013")
=SUMIFS(A1:A10,B1:B10,"="&"Blue",C1:C10,"="&"2013")
But wondering if there is a way to embed the OR into the SUMIFS.
Like (I can't get this to work though..)
=SUMIFS(A1:A10,B1:B10,OR("="&"Blue","="&"Red"),C1:C10,"="&"2013")
And actually have the same question for getting the
AVERAGEIFS
and
MEDIAN
for A1:A10
Much appreciated-
=SUMIFS(A1:A10,B1:B10,"="&"Red",C1:C10,"="&"2013")
=SUMIFS(A1:A10,B1:B10,"="&"Blue",C1:C10,"="&"2013")
But wondering if there is a way to embed the OR into the SUMIFS.
Like (I can't get this to work though..)
=SUMIFS(A1:A10,B1:B10,OR("="&"Blue","="&"Red"),C1:C10,"="&"2013")
And actually have the same question for getting the
AVERAGEIFS
and
MEDIAN
for A1:A10
Much appreciated-