Description
This function returns the base-10 logarithm of a number.
Syntax
LOG10 (number)
Remarks
Example
=LOG10 (86) |
-Base-10 logarithm of 86 is "1.93". |
=LOG10 (10) |
-Base-10 logarithm of 10 is "1". |
=LOG10 ("range") |
-Base-10 logarithm of the number in the range. |