View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default sum based on 3 critaria from 2 columns

try
=sumproduct((b1:b10=1)*(c1:c10={"a","b"})*a1:a10)
or
=sumproduct(--(b1:b10=1),--(c1:c10={"a","b"}),a1:a10)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"freebee" wrote in message
...
Hi, how to sum A1:A10 if B1:B10=critaria 1 and C1:c10=critaria 2 and
critaria
3?
Thanks.