Something like this should work:
=SUMPRODUCT((B2:B4="x")*((C2:C4="y")+(C2:C4="z")), A2:A4)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"PBcorn" wrote:
need to sumif or sumproduct based on text values in two columns:
sum values in sumrange if col1 value= "x" AND col2 value = ("y" OR "z")