The Excel Dproduct function computes the product of a database field (column) for chosen records that meet user-specified parameters.
Syntax :
= DPRODUCT(database, field, criterion)
Parameters :
Database :
Field :
Criterion :
E.g. :
Name | Date |
Tom | >01/01/2017 |
Example :
In the following example, the Dproduct function is used to compute the product of Gary’s results on all three tests on January 5, 2017. Cells F1 – G2 specify the conditions, while cell F3 displays the Dproduct formula. The Dproduct function above computes the product of the scores in cells D5, D6, and D7, and hence returns the number 36.
Ask Your Query