Sigma Squared

DPRODUCT

DPRODUCT

May 31, 2023
|
No Comments

Definition: DPRODUCT is a function that multiplies the values in a database that meet a specified condition.

Syntax: =DPRODUCT(database, field, criteria)

Situation: This formula is suitable when you need to multiply the values in a database that meet a specified condition.

Example: If you have a database with product information and want to find the total revenue for products with a price greater than $10 and a quantity sold greater than 50, the formula =DPRODUCT(A1:C10, “Price”, {“Price”, “>10”; “Quantity”, “>50”}) can be used.

Leave a Reply

Your email address will not be published. Required fields are marked *