G
Guest
I'm auditing a spreadsheet with the following formula:
=SUMPRODUCT((E81
81)*(E59
59="BAU"))+SUMPRODUCT((E81
81)*(E59
59="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
81 for which the corresponding cell in
range E59
59 contains "BAU"
2) Sum those cells in the range E81
81 for which the corresponding cell in
range E59
59 contains "BAU Starts"
3) Add the results of 1) and 2) together.
Is this correct?
Thx,
Dave
=SUMPRODUCT((E81




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

range E59

2) Sum those cells in the range E81

range E59

3) Add the results of 1) and 2) together.
Is this correct?
Thx,
Dave