Re: sumif with multiple conditions
- From: "KL" <NOSPAMlapink2000@xxxxxxxxxxxxxxxxx>
- Date: Thu, 22 Sep 2005 11:16:45 +0200
=SUMPRODUCT(--(A1:A100="week1"),--(B1:B100=""),C1:C100)
or a little slower:
=SUMPRODUCT((A1:A100="week1")*(B1:B100="")*C1:C100)
Regards,
KL
"Ray" <NoSpan-lizhiqiang1@xxxxxxxxx> wrote in message
news:eTPQpV1vFHA.3252@xxxxxxxxxxxxxxxxxxxxxxx
>I have three columns: a, b & c and need sum the figures on c if a = week1
>and b = empty. Can someone suggest a formula to resolve this issue.
>
> Thanks,
>
> Ray
>
.
- Follow-Ups:
- Re: sumif with multiple conditions
- From: Ray
- Re: sumif with multiple conditions
- Prev by Date: Re: Function to count unique values?
- Next by Date: wildcards do not seem to work
- Previous by thread: Function to count unique values?
- Next by thread: Re: sumif with multiple conditions
- Index(es):
Relevant Pages
|