Get product from matching records
=DPRODUCT(database, field, criteria)
| Parameter | Description |
|---|---|
database |
Database range including headers. |
field |
Field name or index to count. |
criteria |
Criteria range including headers. |
Field can be specified with a name or index. Using the example above, you can get the product of "Echo" dimensions with either formula below:
=DPRODUCT(B7:D13,"Value",B4:D5) // field by name
=DPRODUCT(B7:D13,3,B4:D5)) // field by index