It is easy to get the arithmetic average number, but I coundn’t find the NTH ROOT function. Only the power function exsits.
How to calculate the geometric average number?
Thank you very much.
It is easy to get the arithmetic average number, but I coundn’t find the NTH ROOT function. Only the power function exsits.
How to calculate the geometric average number?
Thank you very much.
Why not use the power function ^ with an exponent of 1/N where N is the root you seek, e.g., for square root use 1/2?
mdr
Oh, I got it. Thank you very much.