logo
excelfunctions.org
bookmarks

DSTDEV

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

DatabaseDatabase & Lists

What it does

Calculates standard deviation (sample) for database entries matching criteria.

Syntax

DSTDEV(database, field, criteria)

Arguments

  • database(range) β€” Database range.
  • field(text) β€” Column to evaluate.
  • criteria(range) β€” Criteria range.

Examples

Filtered StDev

StDev of Score for 'Group A'.

FORMULA
=DSTDEV(A1:B5, "Score", D1:D2)
RESULT
2.12
SAMPLE DATA
ABCD
1GroupScoreGroup
2A10
3B15
4A13
5B12
6A