logo
excelfunctions.org
bookmarks

DPRODUCT

Multiplies the values in a particular field of records that match the criteria in a database.

DatabaseDatabase & Lists

What it does

Multiplies numbers in a database column that match criteria.

Syntax

DPRODUCT(database, field, criteria)

Arguments

  • database(range) β€” The database range.
  • field(text) β€” The column to multiply.
  • criteria(range) β€” The criteria range.

Examples

Filtered Product

Multiply 'Yield' for 'Type A'.

FORMULA
=DPRODUCT(A1:B5, "Yield", D1:D2)
RESULT
1.21
SAMPLE DATA
ABCD
1TypeYieldType
2A1.1
3B1.05
4A1.1
5B1.02
6A