Skip to Content

DSTDEV

Estimates the standard deviation based on a sample of selected database entries

Syntax

DSTDEV(database, field, criteria)

Parameters

  • database: Required. The range of cells that makes up the list or database
  • field: Required. Indicates which column is used in the function
  • criteria: Required. The range of cells that contains the conditions you specify

Example

=DSTDEV(A1:C10, "Yield", A12:A13)
Returns: NumberSince: Excel 2003