Returns a single value from a column of the given database that meets 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 |
|
=DGET(A1:D9;"Name";I1:J2) |
Priya |
|
=DGET(A1:D9;"Name";I5:K6) |
Chris |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions