ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   SUMPRODUCT--what else?? (https://www.excelbanter.com/excel-discussion-misc-queries/116870-sumproduct-what-else.html)

Dave F

SUMPRODUCT--what else??
 
I'm auditing a spreadsheet with the following formula:

=SUMPRODUCT((E81:P81)*(E59:P59="BAU"))+SUMPRODUCT( (E81:P81)*(E59:P59="BAU
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.

Dave O

SUMPRODUCT--what else??
 
Hey, Dave-
I mocked up a sprdsht and found that yes, the formula is doing what you
interpret it to be doing- with the exception that the corresponding
range e59:p59 ~equals~, not contains, BAU or BAU Starts. (Not to be a
nitpicker, just a detail).

Dave O


Biff

SUMPRODUCT--what else??
 
Is this correct?

Yes.

An alternative:

=SUM(SUMIF(E59:P59,{"BAU","BAU STARTS"},E81:P81))

Biff

"Dave F" wrote in message
...
I'm auditing a spreadsheet with the following formula:

=SUMPRODUCT((E81:P81)*(E59:P59="BAU"))+SUMPRODUCT( (E81:P81)*(E59:P59="BAU
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.




Bob Phillips

SUMPRODUCT--what else??
 
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" wrote in message
...
Is this correct?


Yes.

An alternative:

=SUM(SUMIF(E59:P59,{"BAU","BAU STARTS"},E81:P81))

Biff

"Dave F" wrote in message
...
I'm auditing a spreadsheet with the following formula:


=SUMPRODUCT((E81:P81)*(E59:P59="BAU"))+SUMPRODUCT( (E81:P81)*(E59:P59="BAU
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.






Dave F

SUMPRODUCT--what else??
 
Thanks to all.

Interesting alternatives.

Dave
--
Brevity is the soul of wit.


"Bob Phillips" wrote:

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" wrote in message
...
Is this correct?


Yes.

An alternative:

=SUM(SUMIF(E59:P59,{"BAU","BAU STARTS"},E81:P81))

Biff

"Dave F" wrote in message
...
I'm auditing a spreadsheet with the following formula:


=SUMPRODUCT((E81:P81)*(E59:P59="BAU"))+SUMPRODUCT( (E81:P81)*(E59:P59="BAU
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.








All times are GMT +1. The time now is 01:35 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com