Returns the product of cells in a column, that meet specified criteria.
Syntax
Remarks
If you wish to perform the operation on the entire column, you can provide a blank cell as the criteria below the column labels.
Examples
|
Formula |
Result |
|
=DPRODUCT(A1:C7;C1;H1:H2) |
30 |
|
=DPRODUCT(A1:C7;C1;I1:I2) |
100 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions