B
Bryan
I have a sheet named data. On another sheet I am trying
to so sums. The object is to move away from first
concatenate and then sumif and use a single sumproduct
formula.
The formula =sumif(Data!D,"oct",Data!E:E) returns a
correct numeric value
The formula =sumif(Data!C:C,"budget",Data!E:E) returns a
correct numeric value
Now I would like to combine the two to find the numeric
value for all occurrences for oct budget.
=sumproduct((Data!D="oct")*(Data!C:C="budget")*(Data!
E:E))
This returns #NUM!. I don't understand since the two
parts work correctly.
Any help is greatly appreciated.
to so sums. The object is to move away from first
concatenate and then sumif and use a single sumproduct
formula.
The formula =sumif(Data!D,"oct",Data!E:E) returns a
correct numeric value
The formula =sumif(Data!C:C,"budget",Data!E:E) returns a
correct numeric value
Now I would like to combine the two to find the numeric
value for all occurrences for oct budget.
=sumproduct((Data!D="oct")*(Data!C:C="budget")*(Data!
E:E))
This returns #NUM!. I don't understand since the two
parts work correctly.
Any help is greatly appreciated.