INVSUMINV

INVSUMINV the reciprocal of the sum of reciprocals of the arguments

Synopsis

INVSUMINV(x0,x1,…)

Arguments

x0: non-negative number

x1: non-negative number

Description

INVSUMINV sum calculates the reciprocal (the inverse) of the sum of reciprocals (inverses) of all its arguments.

Note

If any of the arguments is negative, #VALUE! is returned.

If any argument is zero, the result is zero.

See also

HARMEAN.