Google Sheets
LOG10 function in Google Sheets
Returns the the logarithm of a number, base 10.
=LOG10(value)LOG10 syntax and parameters
One argument, one required.
- valuenumberRequired
The value for which to calculate the logarithm, base 10. value must be positive.
LOG10 examples
Formulas you'll actually reuse.
Orders of magnitude of a value:
=LOG10(B2)Result
5.17A ratio expressed in decibels:
=20 * LOG10(B2 / C2)Result
6.02
LOG10 in Excel
Same name — your formula ports as-is.
Try LOG10 in the playground
Edit the example — nothing to install.
Preloaded with the LOG10 formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel