LOG10 function
Summary
Returns the base-10 logarithm of a number
Syntax
LOG10(number)
The LOG10 function syntax has the following arguments:
• Number Required. The positive real number for which you want the base-10 logarithm.
• Number Required. The positive real number for which you want the base-10 logarithm.
Example
=LOG10(86)
=LOG10(10)
=LOG10(100000)
=LOG10(10^5)
=LOG10(10)
=LOG10(100000)
=LOG10(10^5)