harmean() Function

Returns the harmonic mean of the specified number(s), which is the number of terms divided by the sum of the terms' reciprocals.

Syntax

harmean( number, … )

number: (Decimal Array) Numbers over which to calculate the harmonic mean.

Returns

Decimal

Notes

Use this function for the average of rates.

Examples

harmean(1,2,3) returns 1.636364

Open in Github Built: Fri, Jun 03, 2022 (01:08:29 PM)

On This Page

FEEDBACK