Dapatkan nilai dari catatan yang cocok
=DGET(database, field, criteria)
| Parameter | Deskripsi |
|---|---|
database |
Database range including headers. |
field |
Field name or index to count. |
criteria |
Criteria range including headers. |
Using the example above, you can get the value from the field "Total" in a record where color is "Red" and "Day" is Tue with either of the two formula
=DGET(B7:E14,"Total",B4:E5) // field by name
=DGET(B7:E14,4,B4:E5) // field by index