Math and Trignometric - LOG10 Function



Description

The LOG10 function returns the base-10 logarithm of a number.

Syntax

LOG10 (number)

Arguments

Argument Description Required/Optional
Number The positive real number for which you want the base10 logarithm. Required

Notes

  • The base 10 Logarithm of a number, (also known as the Common Logarithm, and written as Log10(x)), is the logarithm to the base 10

    If 10x = y, then Log10(y) = x

  • If the specified number is negative or zero, LOG10 returns #NUM! error.

  • If the specified number is not a numeric value, LOG10 returns #VALUE! Error.

Applicability

Excel 2007, Excel 2010, Excel 2013, Excel 2016

Example

LOG10 Function
advanced_excel_math_trigonometric_functions.htm
Advertisements