Posted to microsoft.public.excel.misc
|
|
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.
|