Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the LOG10 function. |
Examples
Scientific notation
=LOG10(50000)
Decibel calculation
=10*LOG10(100)
Order of magnitude
=INT(LOG10(999999))
Common Errors
LOG10 requires a positive number. =LOG10(0) and =LOG10(-10) return #NUM!.
Non-numeric input returns #VALUE!.
Tips
The number of digits in a positive integer n is =INT(LOG10(n))+1. So LOG10(999)≈2.999, INT gives 2, +1 = 3 digits.
LOG10(x) is identical to LOG(x, 10) and LOG(x) since LOG defaults to base 10. Use whichever is clearest in context.
Power in dB = 10×LOG10(P1/P2). Voltage in dB = 20×LOG10(V1/V2). Essential for audio and electrical engineering.
Try LOG10 in Viztab
Import your data and use LOG10 with 370+ other formulas. No signup required.
Open Viztab