Returns the sum of the values in a column, that meet the 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 |
|
=DSUM(A1:D10;"Total Sales";I1:I2) |
327 |
|
=DSUM(A1:D10;D1;I1:J2) |
129 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions