Excel STDEVP Function

Use:
Computes standard deviation of a set of population data
Syntax:
STDEVP( range )
Examples:
Cell D12 formula: STDEVP( C4:G4 )

Cell D13 formula: STDEVP( D3:D9 )
Cell D14 formula: STDEVP( C3:G9 )
Cell D15 formula: STDEVP( D3:D9,G3:G9 )

Note:
STDEVP( range ) is equivalent to SQRT( VARP( range ) )
Related Functions:
STDEV, VAR, VARP, AVEDEV