Re: SUMPRODUCT--what else??
- From: "Bob Phillips" <bob.NGs@xxxxxxxxxxxxx>
- Date: Tue, 31 Oct 2006 19:06:38 -0000
Why be slow and obtuse
=SUMIF(E59:P59,"BAU",E81:P81)+SUMIF(E59:P59,"BAU STARTS",E81:P81)
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
"Biff" <biffinpitt@xxxxxxxxxxx> wrote in message
news:%23Ez2$vR$GHA.1220@xxxxxxxxxxxxxxxxxxxxxxx
=SUMPRODUCT((E81:P81)*(E59:P59="BAU"))+SUMPRODUCT((E81:P81)*(E59:P59="BAUIs this correct?
Yes.
An alternative:
=SUM(SUMIF(E59:P59,{"BAU","BAU STARTS"},E81:P81))
Biff
"Dave F" <DaveF@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:22C4CE05-E3E6-4E48-87F1-9AB5ACE512F3@xxxxxxxxxxxxxxxx
I'm auditing a spread*** with the following formula:
Starts"))
I'm looking for confirmation that the following is the correct
interpretation of what this formula is doing:
1) Sum those cells in the range E81:P81 for which the corresponding cell
in
range E59:P59 contains "BAU"
2) Sum those cells in the range E81:P81 for which the corresponding cell
in
range E59:P59 contains "BAU Starts"
3) Add the results of 1) and 2) together.
Is this correct?
Thx,
Dave
--
Brevity is the soul of wit.
.
- Follow-Ups:
- Re: SUMPRODUCT--what else??
- From: Dave F
- Re: SUMPRODUCT--what else??
- References:
- Re: SUMPRODUCT--what else??
- From: Biff
- Re: SUMPRODUCT--what else??
- Prev by Date: Re: Readymade template for tracking payables
- Next by Date: Re: Conditional Formatting with more than 3 Criteria
- Previous by thread: Re: SUMPRODUCT--what else??
- Next by thread: Re: SUMPRODUCT--what else??
- Index(es):