
The Excel LOG10 function returns the base 10 logarithm of a number. For example, LOG10(100) returns 2, and LOG10(1000) returns 3.
Get the base-10 logarithm of a number
The logarithm
=LOG10 (number)
The LOG function allows you to get the base 10 logarithm of a positive number. For example:
=LOG10(100) // returns 2=LOG10(1000) // returns 3=LOG10(0.1) // returns -1

The Excel LOG10 function returns the base 10 logarithm of a number. For example, LOG10(100) returns 2, and LOG10(1000) returns 3.
Get the base-10 logarithm of a number
The logarithm
=LOG10 (number)
The LOG function allows you to get the base 10 logarithm of a positive number. For example:
=LOG10(100) // returns 2=LOG10(1000) // returns 3=LOG10(0.1) // returns -1