Changes

3 bytes removed ,  02:19, 22 November 2013
Line 13: Line 13:  
DGET(database, field, criteria)
 
DGET(database, field, criteria)
   −
The function obtains a single value from the list or database that matches the specified condition.
+
The function obtains a single value from the list or database that matches a specified condition.
 
*A 'field' argument can be expressed as "Salary" (a column name) or 3(position of the column).  
 
*A 'field' argument can be expressed as "Salary" (a column name) or 3(position of the column).  
 
*If no matching records are found, Calci returns an #N/A error message.
 
*If no matching records are found, Calci returns an #N/A error message.
Line 19: Line 19:  
*Criteria can be any range on the Calci with minimum of one column and at least one row indicating the condition.
 
*Criteria can be any range on the Calci with minimum of one column and at least one row indicating the condition.
 
*The Criteria columns should not overlap the list of data.
 
*The Criteria columns should not overlap the list of data.
      
== Examples ==
 
== Examples ==
writer
2,661

edits